Specialization of functor std::hash
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 40 of file std_boxing_functional.hpp.
#include <std_boxing_functional.hpp>
Public Method Index: | |
size_t | operator() (const alib::boxing::Box &src) const |
|
inline |
Invokes and returns the result of box-function FHashcode.
src | The box object to hash. |
Definition at line 45 of file std_boxing_functional.hpp.