#include <boost/concept_check.hpp>
#include <boost/range/begin.hpp>
#include <boost/range/end.hpp>
#include <boost/range/concepts.hpp>
#include <boost/iterator/iterator_concepts.hpp>
#include <algorithm>
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::range | |
Functions | |
template<class BidirectionalRange , class OutputIterator > | |
OutputIterator | boost::range::reverse_copy (const BidirectionalRange &rng, OutputIterator out) |
template function reverse_copy More... | |