std::vector<bool, Alloc>::reference
Min standard notice:
The std::vector<bool, Alloc> specializations define std::vector<bool, Alloc>::reference as a publicly-accessible nested class. std::vector<bool, Alloc>::reference proxies the behavior of references to a single bit in std::vector<bool, Alloc>.
# Declarations
class reference;
# Parameters
x: value to assign
# Return value
*this
# Example
This section is incompleteReason: no example