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

Metafunction returning sizeof(T) for a type T (or 0 if T is a void type). More...

#include <type.h>

Static Public Attributes

static const size_t value = sizeof(T)
 

Detailed Description

template<typename T>
struct TfSizeofType< T >

Metafunction returning sizeof(T) for a type T (or 0 if T is a void type).

Definition at line 750 of file type.h.

Member Data Documentation

template<typename T >
const size_t TfSizeofType< T >::value = sizeof(T)
static

Definition at line 751 of file type.h.


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