r[type.bool.intro] The boolean type or bool is a primitive data type that can take on one of two values, called true and false. r[type.bool.literal] Values of this type may be created using a literal ...
Looking at the grammar, a postfix expression may starts with (or is) a primary expression, followed by a sequence of constructs for array subscripting, function calls, member access (by value or ...