Fn<> IsDevice
Tests if a given type is a device type.

Defined in <seqan/basic.h>
Signature IsDevice<TObject>::Type;

Template Parameters

TObject The type to be tested for being a device type.

Return Values

Type True or False.

See Also