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

Greater functor. More...

#include <compare.hpp>

Inheritance diagram for boost::geometry::greater< Point, Dimension, Strategy >:
Collaboration diagram for boost::geometry::greater< 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::greater< Point, Dimension, Strategy >

Greater functor.

Can be used to sort points in reverse order

See also
Less 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: