IOSS 2.0
Loading...
Searching...
No Matches
Ioss_Sort.h File Reference
#include <pdqsort.h>
#include <cstddef>
#include <vector>
Include dependency graph for Ioss_Sort.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Ioss
 The main namespace for the Ioss library.
 

Functions

template<class Iter , class Comp >
void Ioss::sort (Iter begin, Iter end, Comp compare)
 
template<class Iter >
void Ioss::sort (Iter begin, Iter end)
 
template<typename INT >
void Ioss::sort (std::vector< INT > &v)