28 strong_type<uint8_t, error_count, detail::strong_type_skill::convert | detail::strong_type_skill::comparable>
31 using detail::strong_type<uint8_t,
33 detail::strong_type_skill::convert | detail::strong_type_skill::comparable>::strong_type;
42 detail::strong_type<double, error_rate, detail::strong_type_skill::convert | detail::strong_type_skill::comparable>
45 using detail::strong_type<
double,
47 detail::strong_type_skill::convert | detail::strong_type_skill::comparable>::strong_type;
A "pretty printer" for most SeqAn data structures and related types.
Definition debug_stream_type.hpp:79
A special sub namespace for the search configurations.
Provides basic data structure for strong types.
A strong type of underlying type uint8_t that represents the number of errors.
Definition max_error_common.hpp:29
A strong type of underlying type double that represents the rate of errors.
Definition max_error_common.hpp:43
Provides concepts that do not have equivalents in C++20.