| 
    BPHash
    
   General object hashing library for C++ 
   | 
 
A class that can be used in place of std::hash in containers. More...
#include <StdHash.hpp>
Public Member Functions | |
| size_t | operator() (const T &obj) const | 
A class that can be used in place of std::hash in containers.
This is useful for unordered_map, etc, that require hashing of the key type. 
Definition at line 22 of file StdHash.hpp.
      
  | 
  inline | 
 1.8.11