IsObjectReferenceClass< T > Class Template Reference

#include <apibase.h>

Inheritance diagram for IsObjectReferenceClass< T >:

Detailed Description

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
TType 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