koho.cpp  1.1.0
Namespaces | Functions
utilities.h File Reference

Utilities module. More...

#include <string>
#include <vector>
#include <utility>
#include <algorithm>
Include dependency graph for utilities.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 koho
 

Functions

template<class X >
unsigned long koho::maxIndex (X *x, unsigned long n)
 
template<class X , class S >
void koho::sort2VectorsByFirstVector (std::vector< X > &x, std::vector< S > &s, long start, long end, bool increase=true)
 

Detailed Description

Utilities module.

C++ implementation.