SeqAn3  3.0.0
The Modern C++ library for sequence analysis.
std::Readable Interface Reference

The concept Readable is satisfied by types that are readable by applying operator*, such as pointers, smart pointers, and iterators. More...

+ Inheritance diagram for std::Readable:

Detailed Description

The concept Readable is satisfied by types that are readable by applying operator*, such as pointers, smart pointers, and iterators.

See also
https://en.cppreference.com/w/cpp/iterator/Readable

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