Vcsn
2.4
Be Rational
|
#include <type_traits>
#include <boost/iterator/filter_iterator.hpp>
#include <vcsn/misc/attributes.hh>
Go to the source code of this file.
Classes | |
struct | vcsn::container_range< C > |
Restrict the interface of a container to begin/end. More... | |
struct | vcsn::container_filter_range< Cont, Pred > |
Namespaces | |
vcsn | |
Macros | |
#define | DEFINE(Name) |
Forward function Name to the container. More... | |
Functions | |
template<typename Cont , typename Pred > | |
container_filter_range< Cont, Pred > | vcsn::make_container_filter_range (const Cont &cont, Pred pred) |