24 template <
typename header_tag_t>
44 struct bz2_compression
59 struct zstd_compression
70 inline constexpr
std::array<char, 4> magic_header<zstd_compression>{
'\x28',
'\xb5',
'\x2f',
'\xfd'};
74 struct bgzf_compression
88 magic_header<gz_compression>[0], magic_header<gz_compression>[1], magic_header<gz_compression>[2],
90 '\x04',
'\x00',
'\x00',
'\x00',
'\x00',
'\x00',
'\xff',
'\x06',
'\x00',
92 '\x42',
'\x43',
'\x02',
'\x00',
'\x00',
'\x00'
Definition: aligned_sequence_concept.hpp:35