I want to know the meaning of & in the example below:
class1 &class1::instance(){ ///something to do }
In the context of the statement it looks like it would be returning a reference to the class in which is was defined. I suspect in the "Do Stuff" section is a
return *this;