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

Metaclass for constructing a vector from a pack of arguments 更多...

#include <vec.hpp>

Public 类型

using Type = vec< T, len >
 

详细描述

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

Metaclass for constructing a vector from a pack of arguments

模板参数
TType of vector components
lenLength of the vector

在文件 vec.hpp174 行定义.

成员类型定义说明

◆ Type

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

在文件 vec.hpp179 行定义.


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