TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ operator>()

template<typename BasicJsonType >
bool nlohmann::detail::iter_impl< BasicJsonType >::operator> ( const iter_impl< BasicJsonType > &  other) const
inline

comparison: greater than

Precondition
The iterator is initialized; i.e. m_object != nullptr.

Definition at line 12221 of file json.hpp.

12222 {
12223 return !operator<=(other);
12224 }
bool operator<=(const iter_impl &other) const
comparison: less than or equal
Definition: json.hpp:12212