std::vector<bool, Alloc>::reference

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

# Return value

*this

# Example

This section is incompleteReason: no example

# See also