libstdc++: std::hash<::vector< bool, _Alloc > (original) (raw)
#include <[stl_bvector.h](a00719%5Fsource.html)>
Inherits std::__hash_base< _Result, _Arg >.
Public Member Functions | |
---|---|
size_t | operator() (const ::vector< bool, _Alloc > &) const noexcept |
template<typename _Alloc>
struct std::hash<::vector< bool, _Alloc > >
std::hash specialization for vector.
Definition at line 1649 of file stl_bvector.h.
◆ argument_type
template<typename _Result , typename _Arg >
typedef _Arg std::__hash_base< _Result, _Arg >::argument_type | inherited |
---|
◆ result_type
template<typename _Result , typename _Arg >
typedef _Result std::__hash_base< _Result, _Arg >::result_type | inherited |
---|
◆ operator()()
template<typename _Alloc >
size_t std::hash<::vector< bool, _Alloc > >::operator() ( const ::vector< bool, _Alloc > & __b) const | noexcept |
---|
The documentation for this struct was generated from the following files: