vtf-logo

Algorithm: Unique Elements


Functions

template<typename InputIterator>
bool ads::areElementsUnique (InputIterator first, InputIterator last)
 Return true if the elements are unique.
template<typename InputIterator, typename StrictWeakOrdering, typename BinaryPredicate>
bool ads::areElementsUnique (InputIterator first, InputIterator last, StrictWeakOrdering ordering, BinaryPredicate pred)
 Return true if the elements are unique.

Function Documentation

template<typename InputIterator, typename StrictWeakOrdering, typename BinaryPredicate>
bool ads::areElementsUnique ( InputIterator  first,
InputIterator  last,
StrictWeakOrdering  ordering,
BinaryPredicate  pred 
)

Return true if the elements are unique.

The elements are not modified.

template<typename InputIterator>
bool ads::areElementsUnique ( InputIterator  first,
InputIterator  last 
)

Return true if the elements are unique.

The elements are not modified.


Generated on Fri Aug 24 12:55:37 2007 for Algorithms and Data Structures Package by  doxygen 1.4.7