#include "../defs.h"
#include <functional>
#include <cassert>
Go to the source code of this file.
Namespaces | |
namespace | ads |
Classes | |
class | ads::LessThanCompareCoordinate< Point > |
Less than comparison in a specified coordinate. More... | |
Functions | |
template<typename Point> | |
LessThanCompareCoordinate< Point > | ads::constructLessThanCompareCoordinate (const int n=-1) |
Convenience function for constructing a LessThanCompareCoordinate functor. |