#include <boost/range/config.hpp>#include <boost/range/concepts.hpp>#include <boost/range/difference_type.hpp>#include <boost/range/iterator_range_core.hpp>#include <boost/range/begin.hpp>#include <boost/range/end.hpp>#include <boost/assert.hpp>

Namespaces | |
| boost | |
| Duration formatting facet for input. | |
| boost::range | |
Functions | |
| template<class Container > | |
| Container & | boost::range::erase (Container &on, iterator_range< BOOST_DEDUCED_TYPENAME Container::iterator > to_erase) |
| template<class Container , class T > | |
| Container & | boost::range::remove_erase (Container &on, const T &val) |
| template<class Container , class Pred > | |
| Container & | boost::range::remove_erase_if (Container &on, Pred pred) |