SPLITT-colon-colon-SortIndices.Rd
template <class VectorClass>
inline std::vector<uint> SortIndices(VectorClass const& v);
This is a template function. The template argument VectorClass
must
be an index-able class, such as
std::vector<T>
,
where the type of the elements, T
, must have operator <.
v | a |
---|
an std::vector
<uint>
.
Other global functions: SPLITT::At
,
SPLITT::IsNA
, SPLITT::Match
,
SPLITT::NotIsNA
, SPLITT::Seq