CAdapt::operator T&

Returns a reference to the m_T member, allowing the adapter object to be treated as if it were an object of type T.

operator T&( );

Return Value

A reference to m_T.

Requirements

Header: atlcomcli.h

See Also

Reference

CAdapt Class