|
Blender
V3.3
|
#include <BLI_virtual_array.hh>
Static Public Member Functions | |
| template<typename StorageT > | |
| static constexpr VArrayAnyExtraInfo | get () |
Public Attributes | |
| const VArrayImpl< T > *(* | get_varray )(const void *buffer) |
Struct that can be passed as ExtraInfo into an #Any. This struct is only intended to be used by #VArrayCommon.
Definition at line 547 of file BLI_virtual_array.hh.
|
inlinestaticconstexpr |
Definition at line 553 of file BLI_virtual_array.hh.
References BLI_assert_unreachable, buffer, and blender::is_same_any_v.
| const VArrayImpl<T>*(* blender::detail::VArrayAnyExtraInfo< T >::get_varray) (const void *buffer) |
Gets the virtual array that is stored at the given pointer.
Definition at line 551 of file BLI_virtual_array.hh.