#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() (unsigned char x) const |
| Return a hash value computed using the specified x .
|
|
◆ hash() [1/2]
◆ hash() [2/2]
bsl::hash< unsigned char >::hash |
( |
const hash< unsigned char > & |
original | ) |
|
|
default |
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< unsigned char >::operator() |
( |
unsigned char |
x | ) |
const |
◆ 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: