Template Function gpa::playback::detail::SortVector(std::vector<T>&, ComparisonFunctionType)
Function Documentation
-
template<typename T, typename ComparisonFunctionType>
inline void gpa::playback::detail::SortVector(std::vector<T> &vector, ComparisonFunctionType comparisonFunction) Sorts a std::vector<>
- Parameters
<T> -- The type of the std::vector<> to sort
<ComparisonFunctionType> -- The type of function to use to compare elements of the given std::vector<>
vector -- [in] The std::vector<> to sort
comparisonFunction -- [in] The functino to use to compare elements of the given std::vector<>