GKD.RoboCtrl
载入中...
搜索中...
未找到
roboctrl::utils::not_copyable 概念引用

判断类型不可复制。 更多...

详细描述

判断类型不可复制。

模板参数
T类型参数

在文件 concepts.hpp52 行定义.

#include <concepts.hpp>

概念定义

template<typename T>
(not std::is_copy_constructible_v<T>) and
(not std::is_copy_assignable_v<T>)
判断类型不可复制。
Definition concepts.hpp:52
asio::awaitable< T > awaitable
协程任务类型。
Definition async.hpp:42