Template Function gpa::playback::detail::SortVectorAndRemoveDuplicates(std::vector<T>&)
Function Documentation
-
template<typename T>
inline void gpa::playback::detail::SortVectorAndRemoveDuplicates(std::vector<T> &vector) Sorts a std::vector<> and removes all duplicates.
- Parameters
<T> -- The type of the std::vector<> to sort and remove duplicates from
vector -- [in] The std::vector<> to sort and remove duplicates from