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

#include <show.hpp>

概念定义

template<typename T>
concept xcmath::concepts::OstreamOverwrite = requires(T a) {
{ std::cout << a } -> std::same_as<std::ostream&>;
}

详细描述

在文件 show.hpp13 行定义.