Vcsn  2.4
Be Rational
setalpha.hh File Reference
#include <cassert>
#include <initializer_list>
#include <stdexcept>
#include <boost/container/flat_set.hpp>
#include <boost/optional.hpp>
#include <boost/version.hpp>
#include <vcsn/misc/escape.hh>
#include <vcsn/misc/format.hh>
#include <vcsn/misc/raise.hh>
#include <vcsn/misc/set.hh>
#include <vcsn/misc/stream.hh>
#include <vcsn/misc/symbol.hh>
#include <vcsn/misc/type_traits.hh>
Include dependency graph for setalpha.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vcsn::set_alphabet< L >
 A set of letters of type L. More...
 
struct  vcsn::set_alphabet< L >::has_range< Letter, Enable >
 Whether the genset supports the range concept: whether we can use '++' on letters. More...
 
struct  vcsn::set_alphabet< L >::has_range< Letter, decltype((++std::declval< Letter & >(), void()))>
 

Namespaces

 vcsn
 

Functions

template<typename Key , typename Compare , typename Allocator >
ATTRIBUTE_PURE bool vcsn::has (const boost::container::flat_set< Key, Compare, Allocator > &s, const Key &e)
 Whether e is member of s. More...