struct Div { int i; int j; }; class A { public: A(); Div& divs; };
In my constructor definition, I have
Plain and simple:
A reference can never be NULL.