|
Flow-IPC 1.0.1
Flow-IPC project: Public API.
|
Dummy type for use as a template param to Channel when either the blobs pipe or handles pipe is disabled; as well as to mark a given peer object as not having a counterpart form: a sync_io object shall have its using Sync_io_obj = Null_peer and coversely for async-I/O guys and their Async_io_objs.
More...
#include <channel.hpp>
Public Types | |
| using | Sync_io_obj = Null_peer |
| You may disregard. | |
| using | Async_io_obj = Null_peer |
| You may disregard. | |
Related Functions | |
(Note that these are not member functions.) | |
| std::ostream & | operator<< (std::ostream &os, const Null_peer &val) |
| Dummy that is never invoked. More... | |
Dummy type for use as a template param to Channel when either the blobs pipe or handles pipe is disabled; as well as to mark a given peer object as not having a counterpart form: a sync_io object shall have its using Sync_io_obj = Null_peer and coversely for async-I/O guys and their Async_io_objs.
No object of this type is ever touched, at least if Channel is properly used.
|
related |