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

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: