Public Types | Public Member Functions | List of all members
util::SyncStreamInterface Class Referenceabstract
+ Inheritance diagram for util::SyncStreamInterface:

Public Types

using expected_size_t = nonstd::expected< size_t, std::error_code >
 

Public Member Functions

virtual expected_size_t Send (const iovec *ptr, size_t len)=0
 
virtual expected_size_t Recv (iovec *ptr, size_t len)=0
 

Detailed Description

Definition at line 12 of file sync_stream_interface.h.


The documentation for this class was generated from the following file: