Blender
V3.3
|
Go to the source code of this file.
Classes | |
class | blender::GArray< Allocator > |
Namespaces | |
blender | |
This is a generic counterpart to blender::Array, used when the type is not known at runtime.
GArray
should generally only be used for passing data around in dynamic contexts. It does not support a few things that blender::Array supports:
Definition in file BLI_generic_array.hh.