std::vector<bool>
std::vector<bool>
Defined in header <vector> | ||
---|---|---|
template<class Allocator> class vector<bool, Allocator>; |
std::vector<bool>
is a space-efficient specialization of std::vector
for the type bool
.
Defined in header <vector> | ||
---|---|---|
template<class Allocator> class vector<bool, Allocator>; |
std::vector<bool>
is a space-efficient specialization of std::vector
for the type bool
.