xcal
基于 C++23 的现代图形渲染引擎
|
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 | |
Metaclassfor constructing a vector from a pack of arguments
T | Type of vector components |
len | Length of the vector |
lens | Lengths of sub-vectors (if any) |
using xcmath::__batchHelper< T, len, lens >::Type = vec<typename __batchHelper<T, lens...>::Type, len> |