HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TypeDescFromC< T > Struct Template Reference

#include <typedesc.h>

Static Public Member Functions

static const constexpr TypeDesc value ()
 

Detailed Description

template<typename T>
struct TypeDescFromC< T >

A template mechanism for getting the TypeDesc from a C type. The default for simple types is just the TypeDesc based on BaseTypeFromC. But we can specialize more complex types.

Definition at line 451 of file typedesc.h.

Member Function Documentation

template<typename T >
static const constexpr TypeDesc TypeDescFromC< T >::value ( )
inlinestatic

Definition at line 451 of file typedesc.h.


The documentation for this struct was generated from the following file: