Struct TVMFFITypeAttrColumn

Struct TVMFFITypeAttrColumn#

Struct Documentation#

struct TVMFFITypeAttrColumn#

Column array that stores extra attributes about types.

The attributes stored in a column array that can be looked up by type index. Note that the TypeAttr behaves like type_traits so column[T] so not contain attributes from base classes.

See also

TVMFFIRegisterTypeAttr

Note

Public Members

const TVMFFIAny *data#

The data of the column.

size_t size#

The size of the column.