std::move_constructible - [concept.moveconstructible], concept move_constructible
Contents
Concept Definition
template<typename _Tp>
concept std::move_constructible = constructible_from<_Tp, _Tp> && convertible_to<_Tp, _Tp>
Detailed Description
[concept.moveconstructible], concept move_constructible
Name
std::move_constructible - [concept.moveconstructible], concept move_constructible
Synopsis
#include <concepts>
