PPL
1.2
|
#include <vector>
#include <algorithm>
Go to the source code of this file.
Namespaces | |
Parma_Polyhedra_Library | |
The entire library is confined to this namespace. | |
Parma_Polyhedra_Library::Implementation | |
Implementation related data and functions. | |
Functions | |
template<typename Sort_Comparer , typename Unique_Comparer , typename Swapper > | |
Sort_Comparer::size_type | Parma_Polyhedra_Library::Implementation::indirect_sort_and_unique (typename Sort_Comparer::size_type num_elems, Sort_Comparer sort_cmp, Unique_Comparer unique_cmp, Swapper indirect_swap) |
template<typename Iter > | |
Iter | Parma_Polyhedra_Library::Implementation::swapping_unique (Iter first, Iter last) |