SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
seqan3::detail::is_span< t, extent > Struct Template Reference

Helper to determine whether a type is a std::span. More...

#include <seqan3/alphabet/composite/alphabet_variant.hpp>

+ Inheritance diagram for seqan3::detail::is_span< t, extent >:

Detailed Description

template<typename t, size_t extent = std::dynamic_extent>
struct seqan3::detail::is_span< t, extent >

Helper to determine whether a type is a std::span.


The documentation for this struct was generated from the following file:
Hide me