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
stdext
_Hash_pr
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
}
cliext::_Pred
_FwdIt const _Ty _Pr _Pred
Definition:
algorithm:1985
stdext::_Hash_pr::comp
_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
}
stdext::_Hash_pr::comp
_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:
VS2013/inc/
xhash
Generated on Sun Jul 23 2017 10:11:52 for STLdoc by
1.8.8