SeqAn3  3.0.1
The Modern C++ library for sequence analysis.
compatible Interface Reference

Two types are "compatible" if their seqan3::dimension_v and their seqan3::innermost_value_type_t are the same. More...

#include <seqan3/core/type_traits/range.hpp>

Detailed Description

Two types are "compatible" if their seqan3::dimension_v and their seqan3::innermost_value_type_t are the same.

Attention, this concept implicitly removes cv-qualifiers and reference from the types it recurses on and compares.


The documentation for this interface was generated from the following file:
std::string
std::vector
compatible
Two types are "compatible" if their seqan3::dimension_v and their seqan3::innermost_value_type_t are ...
range.hpp
Provides various transformation traits used by the range module.