#include <bits/stl_vector.h>
Include dependency graph for stl_bvector.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | std |
Classes | |
struct | std::Bit_reference |
struct | std::Bit_iterator_base |
struct | std::Bit_iterator |
struct | std::Bit_const_iterator |
class | std::Bvector_alloc_base< Allocator, __is_static > |
class | std::Bvector_alloc_base< Allocator, true > |
class | std::Bvector_base< Alloc > |
class | std::vector< bool, Alloc > |
Typedefs | |
typedef unsigned long | std::Bit_type |
typedef vector< bool, alloc > | std::bit_vector |
Enumerations | |
enum | |
Functions | |
ptrdiff_t | std::operator- (const Bit_iterator_base &x, const Bit_iterator_base &y) |
Bit_iterator | std::operator+ (ptrdiff_t n, const Bit_iterator &x) |
Bit_const_iterator | std::operator+ (ptrdiff_t n, const Bit_const_iterator &x) |
Definition in file stl_bvector.h.