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. |
bool areElementsUnique | ( | InputIterator | first, | |
InputIterator | last, | |||
StrictWeakOrdering | ordering, | |||
BinaryPredicate | pred | |||
) | [inline] |
Return true if the elements are unique.
The elements are not modified.
bool areElementsUnique | ( | InputIterator | first, | |
InputIterator | last | |||
) | [inline] |
Return true if the elements are unique.
The elements are not modified.