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.

The manner in which 登录查看完整内容