TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ other_iter_impl

template<typename BasicJsonType >
using nlohmann::detail::iter_impl< BasicJsonType >::other_iter_impl = iter_impl<typename std::conditional<std::is_const<BasicJsonType>::value, typename std::remove_const<BasicJsonType>::type, const BasicJsonType>::type>
private

the iterator with BasicJsonType of different const-ness

Definition at line 11715 of file json.hpp.