![]() |
TrinityCore
|
Functions | |
| template<typename T , typename Alloc = std::allocator<T>> | |
| std::list< T, Alloc >::iterator | 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 | RemoveUnique (std::forward_list< T, Alloc > &list, std::type_identity_t< T > const &value) |
|
inline |
Definition at line 37 of file ListUtils.h.
|
inline |