vector< bool, Alloc > Class Template Reference
[ContainersSequences]

#include <stl_bvector.h>

List of all members.


Detailed Description

template<typename Alloc>
class std::vector< bool, Alloc >

Note that vector<bool> does not actually meet the requirements for being a container. This is because the reference and pointer types are not really references and pointers to bool. See DR96 for details.
See also:
vector for function documentation.
In some terminology a vector can be described as a dynamic C-style array, it offers fast and efficient access to individual elements in any order and saves the user from worrying about memory and size allocation. Subscripting ( [] ) access is also provided as with C-style arrays.

Definition at line 423 of file stl_bvector.h.

Public Types

Public Member Functions

Static Public Member Functions

Protected Member Functions


The documentation for this class was generated from the following file:
Generated on Sun Sep 12 15:50:27 2004 for libstdc++ source by doxygen 1.3.8