А>class my_comparator { А>public: А> my_comparator( const Big& _bigObj ) : bigObj (_bigObj) А> { А> } А>private: А> Big& bigObj; А>