Metafunction
HasStreamFeature
Query features of a stream type.
HasStreamFeature<TStream, TFeatureTag>::Type
Include Headers
seqan/stream.h
Parameters
TStream
The stream type to query the property of.
TFeatureTag
The feature tag.
Remarks
Note that this only checks whether the type principally has this feature. For example, if a stream wraps a Unix PIPE internally, it might not support seek.
Return Values
Either True or False.
Part of Concept
SeqAn - Sequence Analysis Library - www.seqan.de
 

Page built @2013/07/11 09:12:38