SeqAn3
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:
[legend]

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: