ant
A2 ant: class-based analysis framework
vector.h File Reference
#include <vector>
#include <algorithm>
#include <numeric>
+ Include dependency graph for vector.h:
+ This graph shows which files directly or indirectly include this file:

Namespaces

 ant
 
 ant::std_ext
 

Functions

template<typename T >
std::vector< size_t > ant::std_ext::get_sorted_indices (std::vector< T > vec)
 Takes a vector and compares its contents to obtain sorted indices. More...
 
template<typename T >
std::vector< size_t > ant::std_ext::get_sorted_indices_desc (std::vector< T > vec)
 Takes a vector and compares its contents to obtain sorted indices in descending order. More...