Transport policy that uses STL iostream for I/O and does not support timers.
|
| namespace | error |
| | iostream transport errors
|
| |
◆ shutdown_handler
The type and signature of the callback used by iostream transport to signal a transport shutdown.
Definition at line 61 of file base.hpp.
◆ vector_write_handler
The type and signature of the callback used by iostream transport to perform vectored writes. If a vectored write handler is not set the standard write handler will be called multiple times.
Definition at line 57 of file base.hpp.
◆ write_handler