![]() |
TrinityCore
|
#include <forward_list>#include <list>
Include dependency graph for ListUtils.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 |
| namespace | Trinity::Containers::Lists |
Functions | |
| template<typename T , typename Alloc = std::allocator<T>> | |
| std::list< T, Alloc >::iterator | Trinity::Containers::Lists::RemoveUnique (std::list< T, Alloc > &list, std::type_identity_t< T > const &value) |
| template<typename T , typename Alloc = std::allocator<T>> | |
| std::forward_list< T, Alloc >::iterator | Trinity::Containers::Lists::RemoveUnique (std::forward_list< T, Alloc > &list, std::type_identity_t< T > const &value) |