|
sparrow-ipc 0.2.0
|
Concept for stream-like types that support write operations. More...
#include <any_output_stream.hpp>
Concept for stream-like types that support write operations.
A type satisfies this concept if it has a write method that accepts a span of bytes and returns the number of bytes written.
Definition at line 21 of file any_output_stream.hpp.