#include <boost/iterator.hpp>
#include <boost/iterator/iterator_adaptor.hpp>
#include <boost/iterator/iterator_categories.hpp>
#include <boost/type_traits/is_class.hpp>
#include <boost/static_assert.hpp>
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::iterators | |
boost::iterators::detail | |
Functions | |
template<class Predicate , class Iterator > | |
filter_iterator< Predicate, Iterator > | boost::iterators::make_filter_iterator (Predicate f, Iterator x, Iterator end=Iterator()) |
template<class Predicate , class Iterator > | |
filter_iterator< Predicate, Iterator > | boost::iterators::make_filter_iterator (typename iterators::enable_if< is_class< Predicate >, Iterator >::type x, Iterator end=Iterator()) |