NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | List of all members
nvbio::aln::aligner_tag< aligner_type > Struct Template Reference

Detailed description

template< typename aligner_type>
struct nvbio::aln::aligner_tag< aligner_type >

A meta-function specifying the aligner tag of an Aligner

Template Parameters
aligner_typethe queried aligner type

Definition at line 115 of file alignment_base.h.

#include <alignment_base.h>

Public Types

typedef aligner_type::aligner_tag type
 the type of the aligner's tag More...
 

Member Typedef Documentation

template<typename aligner_type >
typedef aligner_type::aligner_tag nvbio::aln::aligner_tag< aligner_type >::type

the type of the aligner's tag

Definition at line 116 of file alignment_base.h.


The documentation for this struct was generated from the following file: