#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>
Go to the source code of this file.
|
template<class Predicate , class Iterator > |
persistent_filter_iterator< Predicate, Iterator > | trsl::make_persistent_filter_iterator (Predicate f, Iterator x, Iterator end=Iterator()) |
|
template<class Predicate , class Iterator > |
persistent_filter_iterator< Predicate, Iterator > | trsl::make_persistent_filter_iterator (typename boost::iterators::enable_if< boost::is_class< Predicate >, Iterator >::type x, Iterator end=Iterator()) |
|