Fn<> HasMoveConstructor
Query whether a class has a move constructor.

Defined in <seqan/basic.h>
Signature HasMoveConstructor<T>::Type; HasMoveConstructor<T>::VALUE;

Template Parameters

T Type to query for availability of move constructor.