IsInterfaceType< T, DEF, typename > Struct Template Reference

#include <apibase.h>

Detailed Description

template<typename T, typename DEF = std::false_type, typename = void>
struct maxon::IsInterfaceType< T, DEF, typename >

This type trait checks if T is an interface. If so, IsInterfaceType<T>::value will be true.

Template Parameters
TType to check.

Public Types

using type = DEF
 

Static Public Attributes

static const maxon::Bool value
 

Member Typedef Documentation

◆ type

using type = DEF

Member Data Documentation

◆ value

const maxon::Bool value
static