TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ operator==()

template<typename IteratorType >
bool nlohmann::detail::iteration_proxy_value< IteratorType >::operator== ( const iteration_proxy_value< IteratorType > &  o) const
inline

equality operator (needed for InputIterator)

Definition at line 4431 of file json.hpp.

4432 {
4433 return anchor == o.anchor;
4434 }
IteratorType anchor
the iterator
Definition: json.hpp:4401