#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>
Go to the source code of this file.
|
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...
|
|