Contains the areElementsUnique() functions. More...
#include "../defs.h"
#include <algorithm>
#include <functional>
#include <iterator>
#include <vector>
#include "unique.ipp"
Go to the source code of this file.
Functions | |
template<typename InputIterator > | |
bool | areElementsUnique (InputIterator first, InputIterator last) |
Return true if the elements are unique. | |
template<typename InputIterator , typename StrictWeakOrdering , typename BinaryPredicate > | |
bool | areElementsUnique (InputIterator first, InputIterator last, StrictWeakOrdering ordering, BinaryPredicate pred) |
Return true if the elements are unique. |
Contains the areElementsUnique() functions.