Reference | Class Hierarchy | Class Index | Member Index |
Functions | |
unspecified | asio::transfer_all () |
Return a completion condition function object that indicates that a read or write operation should continue until all of the data has been transferred, or until an error occurs. | |
unspecified | asio::transfer_at_least (std::size_t minimum) |
Return a completion condition function object that indicates that a read or write operation should continue until a minimum number of bytes has been transferred, or until an error occurs. |
unspecified asio::transfer_all | ( | ) |
Return a completion condition function object that indicates that a read or write operation should continue until all of the data has been transferred, or until an error occurs.
unspecified asio::transfer_at_least | ( | std::size_t | minimum | ) |
Return a completion condition function object that indicates that a read or write operation should continue until a minimum number of bytes has been transferred, or until an error occurs.