biod ~master (2019-12-17T12:58:49Z)
Home
Dub
Repo
PredefinedTagType
bio
std
hts
bam
validation
alignment
Get predefined tag type by its key, in compile-time.
template
PredefinedTagType (
string
s
) {
alias
PredefinedTagType
=
PredefinedTagTypeHelper
!(
s
).
Type
;
}
Members
Aliases
PredefinedTagType
alias
PredefinedTagType
=
PredefinedTagTypeHelper
!(
s
).
Type
Undocumented in source.
Meta
Source
See Implementation
bio
std
hts
bam
validation
alignment
aliases
PredefinedTags
classes
AbstractAlignmentValidator
enums
AlignmentError
CigarError
TagError
functions
isValid
structs
TagType
templates
PredefinedTagType
Get predefined tag type by its key, in compile-time.