For example, I have:
#include class Foo { private: int size; int arr[10]; public: Foo(); }; Foo::Foo() : size {0}, arr { }