Vcsn  2.2
Be Rational
queue.hh File Reference
#include <queue>
#include <boost/range/algorithm/find.hpp>
Include dependency graph for queue.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 vcsn
 
 vcsn::detail
 

Functions

template<typename Range >
std::queue< typename Range::value_type > vcsn::detail::make_queue (const Range &range)
 The content of cont as a queue. More...
 
template<typename T , typename Container >
ATTRIBUTE_PURE bool vcsn::has (const std::queue< T, Container > &s, const T &e)
 Whether e is member of s. More...