Blender  V3.3
Classes | Namespaces
BLI_generic_array.hh File Reference
#include "BLI_allocator.hh"
#include "BLI_cpp_type.hh"
#include "BLI_generic_span.hh"

Go to the source code of this file.

Classes

class  blender::GArray< Allocator >
 

Namespaces

 blender
 

Detailed Description

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.