MoveConstructible<T> Concept
Requires a type to have a user defined or compiler generated move constructor or be of a basic type.
Definition
Line
22
of
System.Base/Concept.cm
Type Parameters
T
Constraints
T(T&&)