TrinityCore
MapUtils.h File Reference
#include <type_traits>
+ Include dependency graph for MapUtils.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Trinity
 
namespace  Trinity::Containers
 

Functions

template<class M >
auto Trinity::Containers::MapGetValuePtr (M &map, typename M::key_type const &key)
 
template<class K , class V , template< class, class, class... > class M, class... Rest>
void Trinity::Containers::MultimapErasePair (M< K, V, Rest... > &multimap, K const &key, V const &value)