IsObjectReferenceClass< T > Class Template Reference 系统

#include <apibase.h>

Inheritance diagram for IsObjectReferenceClass< T >:

详细描述

template<typename T>
class maxon::IsObjectReferenceClass< T >

This type trait checks if T is a direct reference class of a virtual interface. If so, its member type is different from std::false_type .

Template Parameters
T Type to check.

Additional Inherited Members

-  Public Types inherited from IsVirtualInterfaceType< GetDirectlyReferencedType< T >::type >
using  type = std::false_type
-  Static Public Attributes inherited from IsVirtualInterfaceType< GetDirectlyReferencedType< T >::type >
static const maxon::Bool   value