Template Function gpa::playback::detail::SortVector(std::vector<T>&)

Function Documentation

template<typename T>
inline void gpa::playback::detail::SortVector(std::vector<T> &vector)

Sorts a std::vector<>

Parameters
  • <T> -- The type of the std::vector<> to sort

  • vector -- [in] The std::vector<> to sort