TF++, Miscellaneous classes and modules in C++:

◆ operator*()

template<class X>
Treference tfxx::ConstHandle< X >::operator* ( ) const
inline

operator #tfxx::THandle<class X>::operator*()#

Returns
returns reference to object of type #class X# dereferencing operator

Definition at line 143 of file handle.h.

References tfxx::ConstHandle< X >::Mrep.

143 { return *Mrep; }
Tmutableobject * Mrep
internal pointer to the handled object
Definition: handle.h:167