#include <bslstl_hash.h>
|
| hash ()=default |
| Create a hash object.
|
|
| hash (const hash &original)=default |
|
| ~hash ()=default |
| Destroy this object.
|
|
hash & | operator= (const hash &rhs)=default |
|
std::size_t | operator() (wchar_t x) const |
| Return a hash value computed using the specified x .
|
|
◆ hash() [1/2]
◆ hash() [2/2]
Create a hash
object. Note that as hash
is an empty (stateless) type, this operation has no observable effect.
◆ ~hash()
◆ operator()()
std::size_t bsl::hash< wchar_t >::operator() |
( |
wchar_t |
x | ) |
const |
|
inline |
◆ operator=()
Assign to this object the value of the specified rhs
object, and return a reference providing modifiable access to this object. Note that as hash
is an empty (stateless) type, this operation has no observable effect.
◆ argument_type
◆ result_type
The documentation for this struct was generated from the following file: