|
waLBerla 7.2
|
Functor providing a lexicographical ordering for Vector2.
| T | Datatype of the compared Vector2's elements. |
#include <Vector2.h>
Public Member Functions | |
| bool | operator() (const Vector2< T > &lhs, const Vector2< T > &rhs) const |
| Provides a lexicographical less-than-operator for Vector2. | |
|
inline |
Provides a lexicographical less-than-operator for Vector2.
| lhs | left hand side of less-than-operator. |
| rhs | right hand side of less-than-operator. |