WTF
WTF::HashTraits< pair< First, Second > > Struct Template Reference
#include <HashTraits.h>
Inheritance diagram for WTF::HashTraits< pair< First, Second > >:
Additional Inherited Members | |
Public Types inherited from WTF::PairHashTraits< HashTraits< First >, HashTraits< Second > > | |
| typedef HashTraits< First > | FirstTraits |
| typedef HashTraits< Second > | SecondTraits |
| typedef pair< typename FirstTraits::TraitType, typename SecondTraits::TraitType > | TraitType |
Public Types inherited from WTF::GenericHashTraits< pair< FirstTraitsArg::TraitType, SecondTraitsArg::TraitType > > | |
| typedef pair< FirstTraitsArg::TraitType, SecondTraitsArg::TraitType > | TraitType |
Static Public Member Functions inherited from WTF::PairHashTraits< HashTraits< First >, HashTraits< Second > > | |
| static void | constructDeletedValue (TraitType *slot) |
| static TraitType | emptyValue () |
| static bool | isDeletedValue (const TraitType &value) |
Static Public Member Functions inherited from WTF::GenericHashTraits< pair< FirstTraitsArg::TraitType, SecondTraitsArg::TraitType > > | |
| static pair< FirstTraitsArg::TraitType, SecondTraitsArg::TraitType > | emptyValue () |
Static Public Attributes inherited from WTF::PairHashTraits< HashTraits< First >, HashTraits< Second > > | |
| static const bool | emptyValueIsZero |
| static const bool | needsDestruction |
Detailed Description
template<typename First, typename Second>
struct WTF::HashTraits< pair< First, Second > >
struct WTF::HashTraits< pair< First, Second > >
Definition at line 141 of file HashTraits.h.
The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
Public Types inherited from