#include <algorithm>
#include <vector>
#include <boost/range/algorithm/find.hpp>
#include <vcsn/misc/attributes.hh>
#include <vcsn/misc/functional.hh>
#include <vcsn/misc/tuple.hh>
Go to the source code of this file.
|
template<typename Cont > |
std::vector< typename Cont::value_type > | vcsn::detail::make_vector (const Cont &cont) |
| The content of cont as a vector. More...
|
|
template<typename T , typename Alloc > |
ATTRIBUTE_PURE bool | vcsn::has (const std::vector< T, Alloc > &s, const T &e) |
| Whether e is member of s. More...
|
|