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