OpenVDB
8.0.1
|
The backend representation of strings in AX. This is also how strings are passed from the AX code generation to functions. More...
#include <CustomData.h>
Public Types | |
using | SizeType = std::allocator< char >::size_type |
Public Attributes | |
const char * | ptr = nullptr |
SizeType | size = 0 |
The backend representation of strings in AX. This is also how strings are passed from the AX code generation to functions.
using SizeType = std::allocator<char>::size_type |
const char* ptr = nullptr |
SizeType size = 0 |