stlab.adobe.com Adobe Systems Incorporated

unique.hpp File Reference

#include <adobe/config.hpp>
#include <boost/range/begin.hpp>
#include <boost/range/end.hpp>
#include <boost/bind.hpp>
#include <algorithm>

Go to the source code of this file.

Namespaces

namespace  adobe

Functions

template<class ForwardRange >
boost::range_iterator
< ForwardRange >::type 
unique (ForwardRange &range)
template<class ForwardIterator , class BinaryPredicate >
ForwardIterator unique (ForwardIterator first, ForwardIterator last, BinaryPredicate pred)
template<class ForwardRange , class BinaryPredicate >
boost::range_iterator
< ForwardRange >::type 
unique (ForwardRange &range, BinaryPredicate pred)
template<class InputIterator , class OutputIterator , class BinaryPredicate >
OutputIterator unique_copy (InputIterator first, InputIterator last, OutputIterator result, BinaryPredicate pred)
template<class InputRange , class OutputIterator >
OutputIterator unique_copy (const InputRange &range, OutputIterator result)
template<class InputRange , class OutputIterator >
OutputIterator unique_copy (InputRange &range, OutputIterator result)
template<class InputRange , class OutputIterator , class BinaryPredicate >
OutputIterator unique_copy (InputRange &range, OutputIterator result, BinaryPredicate pred)
template<class InputRange , class OutputIterator , class BinaryPredicate >
OutputIterator unique_copy (const InputRange &range, OutputIterator result, BinaryPredicate pred)

Copyright © 2006-2007 Adobe Systems Incorporated.

Use of this website signifies your agreement to the Terms of Use and Online Privacy Policy.

Search powered by Google