#include <apibase.h>
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
.
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 |