Dandelion 2.0.0
A light-weight 3D builder for educational usage
载入中...
搜索中...
未找到
ObjectOp 概念参考

#include <scene.h>

概念定义

template<typename F>
concept ObjectOp = std::invocable<F, Object&> && std::is_void_v<std::invoke_result_t<F, Object&>>
定义 scene.h:30

详细描述

约束 F 必须是对单个物体进行的读写操作。