18.3.4 Field Initializer Lists
Member data may be assigned in a field initializer list.
Syntax only valid for constructors
Used to avoid modifying an attribute twice (default c'tor, then in the body of the outer c'tor):
prev
|
top
|
next