MyraMath
Functions
sortunique.h File Reference

Reduces a std::vector to its unique entries, and sorts it. More...

#include <vector>
#include <algorithm>
Include dependency graph for sortunique.h:

Go to the source code of this file.

Functions

template<class T >
void myra::sortunique (std::vector< T > &v)
 Reduces a std::vector to its unique entries, and sorts it.
 

Detailed Description

Reduces a std::vector to its unique entries, and sorts it.