#include <rangelib/rangelib.hpp>
#include <rangelib/range_categories.hpp>
#include <rangelib/operator_adaptors.hpp>
#include <stlsoft/meta/capabilities.hpp>
#include <stlsoft/iterators/filter_iterator.hpp>
Go to the source code of this file.
Namespaces | |
| namespace | rangelib |
Classes | |
| class | filtered_range |
| This class adapts an STL sequence instance into a Range. More... | |
Functions | |
| template<typename R, typename P> | |
| filtered_range< R, P > | make_filtered_range (R r, P pr) |
| template<typename R, typename P> | |
| filtered_range< R, P > | filter_range (R r, P pr) |
1.5.6