xcal
基于 C++23 的现代图形渲染引擎
载入中...
搜索中...
未找到
xcmath
concepts
Muitiply
xcmath::concepts::Muitiply 概念引用
#include <
concepts.h
>
概念定义
template
<
typename
_Tp1,
typename
_Tp2 _Tp1,
typename
_RTp _Tp1>
concept
xcmath::concepts::Muitiply
=
requires
(_Tp1 a, _Tp2 b) {
{ a* b } -> std::same_as<_RTp>;
}
xcmath::concepts::Muitiply
Definition
concepts.h:18
详细描述
在文件
concepts.h
第
18
行定义.
生成于 2025年 九月 19日 星期五 21:12:12 , 为 xcal使用
1.9.8