![]() |
TrinityCore
|
#include <UpdateField.h>
Inheritance diagram for UF::MapUpdateField< K, V, BlockBit, Bit >:Additional Inherited Members | |
Public Types inherited from UF::MapUpdateFieldBase< K, V > | |
| using | key_type = K |
| using | mapped_type = Value |
| using | value_type = std::pair< key_type const, mapped_type > |
Public Member Functions inherited from UF::MapUpdateFieldBase< K, V > | |
| std::unordered_map< K, Value >::const_iterator | begin () const |
| std::unordered_map< K, Value >::const_iterator | end () const |
| bool | empty () const |
| std::size_t | size () const |
| V const * | Get (K const &key) const |
| template<Trinity::invocable_r< bool, V const & > Pred> | |
| std::pair< K const *, V const * > | FindIf (Pred &&pred) const |
Definition at line 1169 of file UpdateField.h.