#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 ForwardRange , class Value > | |
ForwardRange & | boost::range::replace (ForwardRange &rng, const Value &what, const Value &with_what) |
template function replace More... | |
template<class ForwardRange , class Value > | |
const ForwardRange & | boost::range::replace (const ForwardRange &rng, const Value &what, const Value &with_what) |