![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
Implementation of std::hash for arene::base::monostate. More...

Public Types | |
| using | argument_type = arene::base::monostate |
| The argument type. | |
| using | result_type = std::size_t |
| The result type. | |
Public Member Functions | |
| constexpr auto | operator() (arene::base::monostate const &) const noexcept -> std::size_t |
| Compute the hash of a monostate instance. | |
Implementation of std::hash for arene::base::monostate.
| using std::hash< arene::base::monostate >::argument_type = arene::base::monostate |
The argument type.
| using std::hash< arene::base::monostate >::result_type = std::size_t |
The result type.
|
inlineconstexprnoexcept |
Compute the hash of a monostate instance.