Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Casts a variable of vector<bool>::reference.
operator bool( ) const;
Return Value
The Boolean value of the element of the vector<bool> object.
Remarks
The vector<bool> object cannot be modified by this operator.
Requirements
Header: <vector>
Namespace: std