slot 0.0.1
A real time UI render framework
载入中...
搜索中...
未找到
Public 成员函数 | Public 属性 | 所有成员列表
FixedArray< T, SIZE > 模板结构体 参考

#include <slang-cpp-types-core.h>

Public 成员函数

const T & operator[] (size_t index) const
 
T & operator[] (size_t index)
 
SLANG_CUDA_CALL const T & operator[] (size_t index) const
 
SLANG_CUDA_CALL T & operator[] (size_t index)
 

Public 属性

m_data [SIZE]
 

成员函数说明

◆ operator[]() [1/4]

template<typename T , size_t SIZE>
T & FixedArray< T, SIZE >::operator[] ( size_t index)
inline

◆ operator[]() [2/4]

template<typename T , size_t SIZE>
SLANG_CUDA_CALL T & FixedArray< T, SIZE >::operator[] ( size_t index)
inline

◆ operator[]() [3/4]

template<typename T , size_t SIZE>
const T & FixedArray< T, SIZE >::operator[] ( size_t index) const
inline

◆ operator[]() [4/4]

template<typename T , size_t SIZE>
SLANG_CUDA_CALL const T & FixedArray< T, SIZE >::operator[] ( size_t index) const
inline

类成员变量说明

◆ m_data

template<typename T , size_t SIZE>
T FixedArray< T, SIZE >::m_data

该结构体的文档由以下文件生成: