012fcddfda
handler functions for async_recv_n and async_send_n. Since users of these functions are more likely to want to ignore the total_length parameter, making it last allows it to be omitted from user-defined handlers. This is because a functor created using boost::bind will automatically discard excess arguments before invoking the handler contained within it. |
||
---|---|---|
asio |