CAdapt::operator T&

 

返回对 m_T 成员,使适配器对象的处理,就象它是类型 T对象。

语法

operator T&( );

返回值

m_T的引用。

要求

Header: atlcomcli.h

请参阅

CAdapt Class