I run across a weird concept named "member initializer".
Here says:
C++11 added member initializers, expressions to be applied to members at class scope if a constructor did not initialize the member itself.
What is its definition?
Are there some examples to illustrate its usage?