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

◆ operator->()

template<class X>
Tpointer tfxx::ConstHandle< X >::operator-> ( ) const
inline

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

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

Definition at line 137 of file handle.h.

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

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