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
Inheritance diagram for hash< bitset< _Bits > >:
unary_function< bitset< _Bits >, size_t >

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: