xcal
基于 C++23 的现代图形渲染引擎
|
#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 |
using xcmath::tvector<>::concat = T |
using xcmath::tvector<>::push_back = tvector<T...> |
using xcmath::tvector<>::push_front = tvector<T...> |
using xcmath::tvector<>::remove = tvector<> |
using xcmath::tvector<>::remove_all = tvector<> |
using xcmath::tvector<>::remove_all_from_list = tvector<> |
|
staticconstexpr |
|
staticconstexpr |