TrinityCore
Trinity::Containers::Lists Namespace Reference

Functions

template<typename T , typename Alloc = std::allocator<T>>
std::list< T, Alloc >::iterator RemoveUnique (std::list< T, Alloc > &list, T const &value)
 
template<typename T , typename Alloc = std::allocator<T>>
std::forward_list< T, Alloc >::iterator RemoveUnique (std::forward_list< T, Alloc > &list, T const &value)
 

Function Documentation

◆ RemoveUnique() [1/2]

template<typename T , typename Alloc = std::allocator<T>>
std::forward_list< T, Alloc >::iterator Trinity::Containers::Lists::RemoveUnique ( std::forward_list< T, Alloc > &  list,
T const &  value 
)
inline

Definition at line 37 of file ListUtils.h.

◆ RemoveUnique() [2/2]

template<typename T , typename Alloc = std::allocator<T>>
std::list< T, Alloc >::iterator Trinity::Containers::Lists::RemoveUnique ( std::list< T, Alloc > &  list,
T const &  value 
)
inline

Definition at line 27 of file ListUtils.h.

+ Here is the caller graph for this function: