SeqAn3 3.4.0-rc.3
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
nonrecursive_range Interface Reference

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

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

Detailed Description

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