Raptor
3.0.1
A fast and space-efficient pre-filter for querying very large collections of nucleotide sequences
Loading...
Searching...
No Matches
raptor::index_structure::compressible_from Concept Reference
Concept definition
template
<
typename
return_t,
typename
input_t>
concept
raptor::index_structure::compressible_from
= (std::same_as<return_t, ibf_compressed> && std::same_as<input_t, ibf>)
|| (std::same_as<return_t, hibf_compressed> && std::same_as<input_t, hibf>)
raptor::index_structure::compressible_from
Definition
index.hpp:33
raptor
index_structure
compressible_from
Generated by
1.12.0