vector<bool>::pointer
A type that describes an object that can serve as a pointer to a Boolean element of the sequence contained by the vector<bool> object.
typedef iterator pointer;
Requirements
Header: <vector>
Namespace: std
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
A type that describes an object that can serve as a pointer to a Boolean element of the sequence contained by the vector<bool> object.
typedef iterator pointer;
Header: <vector>
Namespace: std