...
Members should be grouped by visibility in the following order:
- Private;public
- Protected;
- Publicprotected
- private
The ordering should be enforced using static analysis tools.
Constructor initialization list
...
...
Members should be grouped by visibility in the following order:
The ordering should be enforced using static analysis tools.
...