template<class _Ty >
size_t hash< optional< _Ty > >::operator() |
( |
const optional< _Ty > & |
_Opt | ) |
const |
|
inline |
734 constexpr
size_t _Unspecified_value = 0;
735 return (_Opt ?
hash<_Ty>{}(*_Opt) : _Unspecified_value);
The documentation for this struct was generated from the following file: