BioC++ core-0.7.0
The Modern C++ libraries for Bioinformatics.
 
Loading...
Searching...
No Matches
std::tuple_element< i, bio::alphabet::cigar > Struct Template Reference

Obtains the type of the specified component. More...

#include <bio/alphabet/cigar/cigar.hpp>

+ Inheritance diagram for std::tuple_element< i, bio::alphabet::cigar >:

Public Types

using type = std::conditional_t< i==0, uint32_t, bio::alphabet::cigar_op >
 Element type.
 

Detailed Description

template<std::size_t i>
struct std::tuple_element< i, bio::alphabet::cigar >

Obtains the type of the specified component.

See also
std::tuple_element

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