xcal
基于 C++23 的现代图形渲染引擎
载入中...
搜索中...
未找到
xcmath::TVector 概念引用

#include <types.hpp>

概念定义

template<typename T>
concept xcmath::TVector = requires(class _T) {
{ T::size } -> std::convertible_to<size_t>;
{ T::template has<_T> } -> std::convertible_to<bool>;
}

详细描述

在文件 types.hpp9 行定义.