Vcsn
2.4
Be Rational
|
#include <boost/dynamic_bitset.hpp>
#include <boost/functional/hash.hpp>
#include <vcsn/misc/functional.hh>
Go to the source code of this file.
Classes | |
struct | std::hash< boost::dynamic_bitset< B, A > > |
Namespaces | |
vcsn | |
Macros | |
#define | BOOST_DYNAMIC_BITSET_DONT_USE_FRIENDS |
Typedefs | |
using | vcsn::dynamic_bitset = boost::dynamic_bitset<> |
Functions | |
template<typename B , typename A , typename Key > | |
bool | std::has (const boost::dynamic_bitset< B, A > &s, const Key &e) |
Whether e is in s. More... | |
template<typename Container > | |
dynamic_bitset | vcsn::make_dynamic_bitset (const Container &c, size_t size) |
#define BOOST_DYNAMIC_BITSET_DONT_USE_FRIENDS |
Definition at line 4 of file dynamic_bitset.hh.