TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ is_end()

constexpr bool nlohmann::detail::primitive_iterator_t::is_end ( ) const
inlineconstexprnoexcept

return whether the iterator is at end

Definition at line 11575 of file json.hpp.

11576 {
11577 return m_it == end_value;
11578 }