STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Types | Public Member Functions | List of all members
_Hash_oper1< false, _Hasher > Class Template Reference

Public Types

typedef _Hasher hasher
 

Public Member Functions

 _Hash_oper1 (_Hasher)
 
hasher _Gethash () const
 

Member Typedef Documentation

template<class _Hasher >
typedef _Hasher _Hash_oper1< false, _Hasher >::hasher

Constructor & Destructor Documentation

template<class _Hasher >
_Hash_oper1< false, _Hasher >::_Hash_oper1 ( _Hasher  )
inline
160  { // construct with hasher
161  }

Member Function Documentation

template<class _Hasher >
hasher _Hash_oper1< false, _Hasher >::_Gethash ( ) const
inline
164  { // get hasher object
165  return (_Hasher());
166  }

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