Specialization of functor std::less
for type Enum .
This specialization is provided with the inclusion of header file alib/compatibility/std_boxing_functional.hpp .
While the documentation indicates namespace alib::compatibility::std
, the specialization is (as needed) implemented in namespace std
.
Definition at line 160 of file std_boxing_functional.hpp.
#include <std_boxing_functional.hpp>
Public Method Index: | |
bool | operator() (const alib::boxing::Enum &lhs, const alib::boxing::Enum &rhs) const |
|
inline |
Invokes box-function FIsLess on lhs and returns the result.
Definition at line 168 of file std_boxing_functional.hpp.