vector<bool>::const_reference
A type that describes an object that can serve as a constant reference to a Boolean element of the sequence contained by the vector.
typedef bool const_reference;
Requirements
Header: <vector>
Namespace: std
Este browser já não é suportado.
Atualize para o Microsoft Edge para tirar partido das mais recentes funcionalidades, atualizações de segurança e de suporte técnico.
A type that describes an object that can serve as a constant reference to a Boolean element of the sequence contained by the vector.
typedef bool const_reference;
Header: <vector>
Namespace: std