STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Public Attributes | List of all members
stdext::_Hash_pr< _Comp_has_storage, _Kty, _Pr > Class Template Reference

Public Member Functions

 _Hash_pr (_Pr _Pred)
 
const _Pr & _Getcomp () const
 

Public Attributes

_Pr comp
 

Constructor & Destructor Documentation

template<bool _Comp_has_storage, class _Kty, class _Pr>
stdext::_Hash_pr< _Comp_has_storage, _Kty, _Pr >::_Hash_pr ( _Pr  _Pred)
inline
62  : comp(_Pred)
63  { // construct with _Pred comparator
64  }
_FwdIt const _Ty _Pr _Pred
Definition: algorithm:1985
_Pr comp
Definition: xhash:71

Member Function Documentation

template<bool _Comp_has_storage, class _Kty, class _Pr>
const _Pr& stdext::_Hash_pr< _Comp_has_storage, _Kty, _Pr >::_Getcomp ( ) const
inline
67  { // get comparator
68  return (comp);
69  }
_Pr comp
Definition: xhash:71

Member Data Documentation

template<bool _Comp_has_storage, class _Kty, class _Pr>
_Pr stdext::_Hash_pr< _Comp_has_storage, _Kty, _Pr >::comp

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