7 Expressions [expr]

7.6 Compound expressions [expr.compound]

7.6.1 Postfix expressions [expr.post]

7.6.1.1 General [expr.post.general]

Postfix expressions group left-to-right.
[Note 1:
The > token following the type-id in a dynamic_­cast, static_­cast, reinterpret_­cast, or const_­cast might be the product of replacing a >> token by two consecutive > tokens ([temp.names]).
— end note]