Vcsn
2.2
Be Rational
|
#include <deque>
#include <boost/range/algorithm/find.hpp>
Go to the source code of this file.
Namespaces | |
vcsn | |
Functions | |
template<typename T , typename Allocator = std::allocator<T>> | |
ATTRIBUTE_PURE bool | vcsn::has (const std::deque< T, Allocator > &s, const T &e) |
Whether e is member of s. More... | |