STLdoc
STLdocumentation
 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

Public Types

typedef bitset< _Bits > argument_type
 
typedef size_t result_type
 

Public Member Functions

size_t operator() (const argument_type &_Keyval) const
 

Member Typedef Documentation

template<size_t _Bits>
typedef bitset<_Bits> hash< bitset< _Bits > >::argument_type
template<size_t _Bits>
typedef size_t hash< bitset< _Bits > >::result_type

Member Function Documentation

template<size_t _Bits>
size_t hash< bitset< _Bits > >::operator() ( const argument_type _Keyval) const
inline
595  { // hash _Keyval to size_t value by pseudorandomizing transform
596  return (_Keyval.hash());
597  }

The documentation for this struct was generated from the following file: