Blender V4.3
blender::VArrayRef< T > Class Template Reference

#include <BLI_virtual_array.hh>

Public Member Functions

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

Detailed Description

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

Definition at line 1222 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 1227 of file BLI_virtual_array.hh.

Member Function Documentation

◆ operator[]()

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

Definition at line 1229 of file BLI_virtual_array.hh.


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