Blender
V3.3
|
#include "BLI_generic_array.hh"
#include "BLI_generic_span.hh"
#include "BLI_timeit.hh"
#include "BLI_virtual_array.hh"
Go to the source code of this file.
Namespaces | |
blender | |
blender::detail | |
Variables | |
#GVArrayImpl_For_GSpan. | |
template<> | |
constexpr bool | blender::is_trivial_extended_v< GVArrayImpl_For_GSpan_final > = true |
#GVArrayImpl_For_SingleValueRef. | |
template<> | |
constexpr bool | blender::is_trivial_extended_v< GVArrayImpl_For_SingleValueRef_final > = true |
A generic virtual array is the same as a virtual array, except for the fact that the data type is only known at runtime.
Definition in file BLI_generic_virtual_array.hh.