Vcsn  2.3a
Be Rational
dynamic_bitset.hh File Reference
#include <boost/dynamic_bitset.hpp>
#include <boost/functional/hash.hpp>
#include <vcsn/misc/functional.hh>
Include dependency graph for dynamic_bitset.hh:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

#define BOOST_DYNAMIC_BITSET_DONT_USE_FRIENDS

Definition at line 4 of file dynamic_bitset.hh.