TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ empty()

template<typename IteratorType >
bool nlohmann::detail::iterator_input_adapter< IteratorType >::empty ( ) const
inlineprivate

Definition at line 5515 of file json.hpp.

5516 {
5517 return current == end;
5518 }