The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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.
operator const T&( ) const;
A const reference to m_T.
Requirements
Header: atlcomcli.h
Show: