Share via


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;

Return Value

A const reference to m_T.

Requirements

Header: atlcomcli.h

See Also

Reference

CAdapt Class

CAdapt::operator T&

Other Resources

CAdapt Members