SeqAn3 3.4.0-rc.4
The Modern C++ library for sequence analysis.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
nonrecursive_range Interface Reference

A concept that checks whether a range is non-recursive. More...

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

Detailed Descriptionno-api

A concept that checks whether a range is non-recursive.

A range is considered non-recursive if it is itself a range whose reference type is not the range type itself.

Template Parameters
rng_tThe type to check.

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