sparrow-ipc 0.2.0
Loading...
Searching...
No Matches
any_output_stream.hpp File Reference
#include <concepts>
#include <cstddef>
#include <cstdint>
#include <functional>
#include <memory>
#include <span>
#include "sparrow_ipc/config/config.hpp"
Include dependency graph for any_output_stream.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sparrow_ipc::any_output_stream
 Type-erased wrapper for any stream-like object. More...
 

Namespaces

namespace  sparrow_ipc
 

Concepts

concept  sparrow_ipc::writable_stream
 Concept for stream-like types that support write operations.