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
Dieser Browser wird nicht mehr unterstützt.
Führen Sie ein Upgrade auf Microsoft Edge durch, um die neuesten Features, Sicherheitsupdates und den technischen Support zu nutzen.
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