Specialization of functor std::equal_to
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 126 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 Enum::operator== on lhs and rhs.
lhs | The left-hand side Enum. |
rhs | The right-hand side Enum. |
Definition at line 132 of file std_boxing_functional.hpp.