xcal
基于 C++23 的现代图形渲染引擎
载入中...
搜索中...
未找到
Public 类型 | 静态 Public 属性 | 所有成员列表
xcmath::tvector<>结构体 参考

#include <types.hpp>

Public 类型

template<typename... T>
using push_back = tvector< T... >
 
template<typename... T>
using push_front = tvector< T... >
 
template<TVector T>
using concat = T
 
template<size_t... T>
using remove = tvector<>
 
template<size_t... T>
using remove_all = tvector<>
 
template<TVector T>
using remove_all_from_list = tvector<>
 

静态 Public 属性

static constexpr size_t size = 0
 
template<typename T >
static constexpr bool has = false
 

详细描述

在文件 types.hpp100 行定义.

成员类型定义说明

◆ concat

template<TVector T>
using xcmath::tvector<>::concat = T

在文件 types.hpp109 行定义.

◆ push_back

template<typename... T>
using xcmath::tvector<>::push_back = tvector<T...>

在文件 types.hpp105 行定义.

◆ push_front

template<typename... T>
using xcmath::tvector<>::push_front = tvector<T...>

在文件 types.hpp107 行定义.

◆ remove

template<size_t... T>
using xcmath::tvector<>::remove = tvector<>

在文件 types.hpp112 行定义.

◆ remove_all

template<size_t... T>
using xcmath::tvector<>::remove_all = tvector<>

在文件 types.hpp115 行定义.

◆ remove_all_from_list

template<TVector T>
using xcmath::tvector<>::remove_all_from_list = tvector<>

在文件 types.hpp117 行定义.

类成员变量说明

◆ has

template<typename T >
constexpr bool xcmath::tvector<>::has = false
staticconstexpr

在文件 types.hpp103 行定义.

◆ size

constexpr size_t xcmath::tvector<>::size = 0
staticconstexpr

在文件 types.hpp101 行定义.


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