#include <bn_functional.h>
template<typename Type>
less class
Function object for performing comparisons using the less than operator.
Public functions
- auto operator()(const Type& a, const Type& b) const -> bool constexpr
- Indicates if a is less than b or not.