OpenVDB
12.0.0
|
Object to array conversion methods to allow functions to return vector types. These containers provided an interface for automatic conversion of C++ objects to LLVM types as array types. More...
#include <openvdb_ax/codegen/FunctionTypes.h>
Public Types | |
using | Type = T |
using | ArrayType = Type[SIZE] |
Public Attributes | |
ArrayType | mData |
Static Public Attributes | |
static const size_t | SIZE = _SIZE |
Object to array conversion methods to allow functions to return vector types. These containers provided an interface for automatic conversion of C++ objects to LLVM types as array types.
using Type = T |
ArrayType mData |
|
static |