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

The concept Writable<Out, T> specifies the requirements for writing a value whose type and value category are encoded by T into an iterator Out's referenced object. More...

+ Inheritance diagram for std::Writable:

Detailed Description

The concept Writable<Out, T> specifies the requirements for writing a value whose type and value category are encoded by T into an iterator Out's referenced object.

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

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