template<class T, std::size_t N>
struct std::hash< std::array< T, N > >
Definition at line 126 of file hash.h.
|
size_t | operator() (const std::array< T, N > &t) const |
|
bool | operator() (const std::array< T, N > &a, const std::array< T, N > &b) const |
|
◆ operator()() [1/2]
bool operator() |
( |
const std::array< T, N > & |
a, |
|
|
const std::array< T, N > & |
b |
|
) |
| const |
|
inline |
◆ operator()() [2/2]
size_t operator() |
( |
const std::array< T, N > & |
t | ) |
const |
|
inline |
◆ bucket_size
const size_t bucket_size = 4 |
|
static |
◆ min_buckets
const size_t min_buckets = 8 |
|
static |
The documentation for this struct was generated from the following file: