Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::geometry::equal_to< Point, Dimension, Strategy > Struct Template Reference

Equal To functor, to compare if points are equal. More...

#include <compare.hpp>

Inheritance diagram for boost::geometry::equal_to< Point, Dimension, Strategy >:
Collaboration diagram for boost::geometry::equal_to< Point, Dimension, Strategy >:

Public Member Functions

bool operator() (Point const &left, Point const &right) const
 

Detailed Description

template<typename Point, int Dimension = -1, typename Strategy = strategy::compare::default_strategy>
struct boost::geometry::equal_to< Point, Dimension, Strategy >

Equal To functor, to compare if points are equal.

Template Parameters
Geometrythe geometry
Dimensionthe dimension to compare on, defaults to -1, indicating ALL dimensions. If a dimension is specified, only that dimension is considered
Strategyunderlying coordinate comparing functor

Member Function Documentation

bool boost::geometry::detail::compare::compare_in_one_dimension< Point, strategy::compare::detail::select_strategy< Strategy, Direction, Point, Dimension >::type , Dimension >::operator() ( Point const &  left,
Point const &  right 
) const
inlineinherited

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