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
Questo browser non è più supportato.
Esegui l'aggiornamento a Microsoft Edge per sfruttare i vantaggi di funzionalità più recenti, aggiornamenti della sicurezza e supporto tecnico.
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