SeqAn3  3.0.2
The Modern C++ library for sequence analysis.
pseudo_random_access_range Interface Reference

This concept checks if a type models a pseudo random access range. More...

#include <seqan3/range/concept.hpp>

+ Inheritance diagram for pseudo_random_access_range:

Detailed Description

This concept checks if a type models a pseudo random access range.

A pseudo random access range is a forward range whose iterator type models seqan3::pseudo_random_access_iterator.

Concepts and doxygen

The requirements for this concept are given as related functions and type traits. Types that model this concept are shown as "implementing this interface".


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