Dandelion
2.0.0
A light-weight 3D builder for educational usage
Toggle main menu visibility
载入中...
搜索中...
未找到
ObjectReadOp 概念参考
#include <
scene.h
>
概念定义
template
<
typename
F>
concept
ObjectReadOp
=
std::invocable<F, const Object&> && std::is_void_v<std::invoke_result_t<F, const Object&>>
ObjectReadOp
定义
scene.h:34
详细描述
约束
F
必须是对单个物体进行的只读操作。
ObjectReadOp
制作者
1.18.0