Blender V5.0
blender::VArrayRef< T > Class Template Reference

#include <BLI_virtual_array.hh>

Public Member Functions

 VArrayRef (const VArray< T > &ref)
T operator[] (const int64_t index) const

Detailed Description

template<typename T>
class blender::VArrayRef< T >

Definition at line 1300 of file BLI_virtual_array.hh.

Constructor & Destructor Documentation

◆ VArrayRef()

template<typename T>
blender::VArrayRef< T >::VArrayRef ( const VArray< T > & ref)
inline

Definition at line 1305 of file BLI_virtual_array.hh.

Member Function Documentation

◆ operator[]()

template<typename T>
T blender::VArrayRef< T >::operator[] ( const int64_t index) const
inline

Definition at line 1307 of file BLI_virtual_array.hh.

References T.


The documentation for this class was generated from the following file: