21namespace seqan3::detail
42template <
typename option_type>
43concept is_container_option = !
44std::is_same_v<std::remove_cvref_t<option_type>,
std::string> &&
requires (
The <concepts> header from C++20's standard library.
The (most general) container concept as defined by the standard library.