|
sparrow-ipc 0.2.0
|
#include <concepts>#include <cstddef>#include <cstdint>#include <functional>#include <memory>#include <span>#include "sparrow_ipc/config/config.hpp"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. | |