WTF
WTF::HashMapTranslator< ValueType, ValueTraits, HashFunctions > Struct Template Reference
#include <HashMap.h>
Public Types | |
typedef ValueType::first_type | KeyType |
typedef ValueType::second_type | MappedType |
Static Public Member Functions | |
static bool | equal (const KeyType &a, const KeyType &b) |
static unsigned | hash (const KeyType &key) |
static void | translate (ValueType &location, const KeyType &key, const MappedType &mapped) |
Detailed Description
template<typename ValueType, typename ValueTraits, typename HashFunctions>
struct WTF::HashMapTranslator< ValueType, ValueTraits, HashFunctions >
struct WTF::HashMapTranslator< ValueType, ValueTraits, HashFunctions >
Member Typedef Documentation
◆ KeyType
template<typename ValueType , typename ValueTraits , typename HashFunctions >
typedef ValueType::first_type WTF::HashMapTranslator< ValueType, ValueTraits, HashFunctions >::KeyType |
◆ MappedType
template<typename ValueType , typename ValueTraits , typename HashFunctions >
typedef ValueType::second_type WTF::HashMapTranslator< ValueType, ValueTraits, HashFunctions >::MappedType |
Member Function Documentation
◆ equal()
template<typename ValueType , typename ValueTraits , typename HashFunctions >
|
inlinestatic |
◆ hash()
template<typename ValueType , typename ValueTraits , typename HashFunctions >
|
inlinestatic |
◆ translate()
template<typename ValueType , typename ValueTraits , typename HashFunctions >
|
inlinestatic |
The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.