xcal
基于 C++23 的现代图形渲染引擎
载入中...
搜索中...
未找到
Public 类型 | 所有成员列表
xcmath::__batchHelper< T, len, lens > 模板结构体 参考

Metaclassfor constructing a vector from a pack of arguments 更多...

#include <vec.hpp>

Public 类型

using Type = vec< typename __batchHelper< T, lens... >::Type, len >
 Type of the vector constructed from the arguments
 

详细描述

template<class T, size_t len, size_t... lens>
struct xcmath::__batchHelper< T, len, lens >

Metaclassfor constructing a vector from a pack of arguments

模板参数
TType of vector components
lenLength of the vector
lensLengths of sub-vectors (if any)

在文件 vec.hpp160 行定义.

成员类型定义说明

◆ Type

template<class T , size_t len, size_t... lens>
using xcmath::__batchHelper< T, len, lens >::Type = vec<typename __batchHelper<T, lens...>::Type, len>

Type of the vector constructed from the arguments

在文件 vec.hpp165 行定义.


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