![]()  | 
  
    Vcsn
    2.5.dev
    
   Be Rational 
   | 
 
#include <algorithm>#include <vector>#include <boost/range/algorithm/find.hpp>#include <vcsn/misc/attributes.hh>#include <vcsn/misc/functional.hh>Go to the source code of this file.
Classes | |
| struct | std::hash< vector< T, Alloc > > | 
Namespaces | |
| vcsn | |
| vcsn::detail | |
Functions | |
| 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... | |