Concept MoveConstructibleConcept
A type with a move-constructor.

Defined in <seqan/basic.h>
Signature MoveConstructible<T>

Detailed Description

Valid Expressions

T a(rv);  // rv is an rvalue expression of type T

See Also