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

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

Public 成员函数

const T & operator[] (size_t) const
 
T & operator[] (size_t)
 
 operator T () const
 
 Vector ()=default
 
 Vector (T scalar)
 
template<typename U >
 Vector (Vector< U, 1 > other)
 
template<typename U , int otherSize>
 Vector (Vector< U, otherSize > other)
 

Public 属性

x
 

构造及析构函数说明

◆ Vector() [1/4]

template<typename T >
Vector< T, 1 >::Vector ( )
default

◆ Vector() [2/4]

template<typename T >
Vector< T, 1 >::Vector ( T scalar)
inline

◆ Vector() [3/4]

template<typename T >
template<typename U >
Vector< T, 1 >::Vector ( Vector< U, 1 > other)
inline

◆ Vector() [4/4]

template<typename T >
template<typename U , int otherSize>
Vector< T, 1 >::Vector ( Vector< U, otherSize > other)
inline

成员函数说明

◆ operator T()

template<typename T >
Vector< T, 1 >::operator T ( ) const
inline

◆ operator[]() [1/2]

template<typename T >
T & Vector< T, 1 >::operator[] ( size_t )
inline

◆ operator[]() [2/2]

template<typename T >
const T & Vector< T, 1 >::operator[] ( size_t ) const
inline

类成员变量说明

◆ x

template<typename T >
T Vector< T, 1 >::x

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