Blender V5.0
BLI_generic_vector_array.hh File Reference

Go to the source code of this file.

Classes

class  blender::GVectorArray
class  blender::GVectorArray_TypedMutableRef< T >
class  blender::GVVectorArray_For_GVectorArray

Namespaces

namespace  blender

Detailed Description

AGVectorArray is a container for a fixed amount of dynamically growing vectors with a generic data type. Its main use case is to store many small vectors with few separate allocations. Using this structure is generally more efficient than allocating each vector separately.

Definition in file BLI_generic_vector_array.hh.