CAdapt::operator const T&

operator const T&( ) const;

Return Value

A const reference to m_T.

Remarks

This operator 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.

CAdapt OverviewClass Members

See Also

operator T&