Spatial C++ Library
Generic Multi-Dimensional Containers and Spatial Operations
|
A comparator that simplifies using the spatial containers with a Key type that has coordiates accessible via the bracket operator. More...
#include <spatial_builtin.hpp>
Public Member Functions | |
bool | operator() (dimension_type n, const Tp &x, const Tp &y) const |
bool | operator() (dimension_type a, const Tp &x, dimension_type b, const Tp &y) const |
A comparator that simplifies using the spatial containers with a Key type that has coordiates accessible via the bracket operator.
Definition at line 28 of file spatial_builtin.hpp.
bool spatial::bracket_less< Tp >::operator() | ( | dimension_type | n, |
const Tp & | x, | ||
const Tp & | y | ||
) | const |
Definition at line 166 of file function.hpp.
bool spatial::bracket_less< Tp >::operator() | ( | dimension_type | a, |
const Tp & | x, | ||
dimension_type | b, | ||
const Tp & | y | ||
) | const |
Definition at line 172 of file function.hpp.