NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
move_constructible 概念参考

检查类型是否可移动构造 更多...

#include <concepts.hpp>

概念定义

template<typename T>
检查类型是否可移动构造
NEFORCE_INLINE17 constexpr bool is_move_constructible_v
is_move_constructible的便捷变量模板

详细描述

检查类型是否可移动构造

模板参数
T要检查的类型

在文件 concepts.hpp104 行定义.