I want to know the meaning of & in the example below:
class1 &class1::instance(){ ///something to do }
It returns a reference to an object of the type on which it was defined.