#include <boost/concept_check.hpp>#include <boost/range/begin.hpp>#include <boost/range/end.hpp>#include <boost/range/concepts.hpp>#include <algorithm>

Namespaces | |
| boost | |
| Duration formatting facet for input. | |
| boost::range | |
Functions | |
| template<class SinglePassRange , class OutputIterator > | |
| OutputIterator | boost::range::unique_copy (const SinglePassRange &rng, OutputIterator out_it) |
| template function unique_copy More... | |
| template<class SinglePassRange , class OutputIterator , class BinaryPredicate > | |
| OutputIterator | boost::range::unique_copy (const SinglePassRange &rng, OutputIterator out_it, BinaryPredicate pred) |