Vcsn  2.3a
Be Rational
vector.hh File Reference
#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>
Include dependency graph for vector.hh:
This graph shows which files directly or indirectly include this file:

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...