std::hash specialization for isHashable types
More...
#include <hash.h>
|
std::size_t | operator() (const T &t) const noexcept |
| Hash function operator for STL compatibility.
|
|
std::hash specialization for isHashable types
- Template Parameters
-
T | Type that satisfies isHashable concept |
◆ operator()()
std::size_t std::hash< T >::operator() |
( |
const T & |
t | ) |
const |
|
noexcept |
Hash function operator for STL compatibility.
- Parameters
-
- Returns
- Hash value as std::size_t
The documentation for this struct was generated from the following file: