CAdapt::operator const T&

 

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

Syntax

operator const T&( ) const;

Return Value

A const reference to m_T.

Requirements

Header: atlcomcli.h

See Also

CAdapt Class
CAdapt::operator T&