STLdoc
STLdocumentation
Main Page
Namespaces
Classes
Files
Class List
Class Index
Class Hierarchy
Class Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Public Types
|
Public Member Functions
|
List of all members
hash< bitset< _Bits > > Struct Template Reference
Inheritance diagram for hash< bitset< _Bits > >:
Public Types
typedef
bitset
< _Bits >
_Kty
Public Types inherited from
unary_function< bitset< _Bits >, size_t >
typedef
bitset
< _Bits >
argument_type
typedef
size_t
result_type
Public Member Functions
size_t
operator()
(const
_Kty
&_Keyval) const
Member Typedef Documentation
template<size_t _Bits>
typedef
bitset
<_Bits>
hash
<
bitset
< _Bits > >::
_Kty
Member Function Documentation
template<size_t _Bits>
size_t
hash
<
bitset
< _Bits > >::operator()
(
const
_Kty
&
_Keyval
)
const
inline
603
{
// hash _Keyval to size_t value by pseudorandomizing transform
604
return
(_Keyval.hash());
605
}
The documentation for this struct was generated from the following file:
VS2013/inc/
bitset
Generated on Sun Jul 23 2017 10:02:56 for STLdoc by
1.8.8