17 #include <type_traits>
21 namespace seqan3::detail
42 template <
typename option_type>
43 concept is_container_option = !
The <concepts> header from C++20's standard library.
requires requires
The rank_type of the semi-alphabet; defined as the return type of seqan3::to_rank....
Definition: alphabet/concept.hpp:164
The (most general) container concept as defined by the standard library.