#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_base< Alloc > |
struct | std::Bvector_base< Alloc >::Bvector_impl |
class | std::vector< bool, Alloc > |
A specialization of vector for booleans which offers fixed time access to individual elements in any order. More... | |
Defines | |
#define | BVECTORH |
Typedefs | |
typedef unsigned long | std::Bit_type |
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.