Libosmium  2.20.0
Fast and flexible C++ library for working with OpenStreetMap data
Public Types | Public Member Functions | List of all members
osmium::location_less Struct Reference

#include <node_ref.hpp>

Public Types

using first_argument_type = NodeRef
 
using second_argument_type = NodeRef
 
using result_type = bool
 

Public Member Functions

constexpr bool operator() (const NodeRef &lhs, const NodeRef &rhs) const noexcept
 

Detailed Description

Functor to compare NodeRefs by Location instead of ID.

Member Typedef Documentation

◆ first_argument_type

◆ result_type

◆ second_argument_type

Member Function Documentation

◆ operator()()

constexpr bool osmium::location_less::operator() ( const NodeRef lhs,
const NodeRef rhs 
) const
inlineconstexprnoexcept

The documentation for this struct was generated from the following file: