#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 UnaryPredicate , class Value > | |
ForwardRange & | boost::range::replace_if (ForwardRange &rng, UnaryPredicate pred, const Value &val) |
template function replace_if More... | |
template<class ForwardRange , class UnaryPredicate , class Value > | |
const ForwardRange & | boost::range::replace_if (const ForwardRange &rng, UnaryPredicate pred, const Value &val) |