Specialization of functor std::equal_to
for type Box .
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 65 of file std_boxing_functional.hpp.
#include <std_boxing_functional.hpp>
Public Method Index: | |
bool | operator() (const alib::boxing::Box &lhs, const alib::boxing::Box &rhs) const |
|
inline |
Invokes Box::operator== passing lhs and rhs .
lhs | The left-hand side box. |
rhs | The right-hand side box. |
Definition at line 73 of file std_boxing_functional.hpp.