Documentation work

This commit is contained in:
Vinnie Falco
2017-06-07 18:18:50 -07:00
parent 2df6783468
commit 67df48daa6
17 changed files with 486 additions and 286 deletions
+3
View File
@@ -143,6 +143,9 @@ public:
//[core_sample_echo_op_4
// echo_op is callable with the signature void(error_code, bytes_transferred),
// allowing `*this` to be used as both a ReadHandler and a WriteHandler.
//
template<class AsyncStream, class Handler>
void echo_op<AsyncStream, Handler>::
operator()(beast::error_code ec, std::size_t bytes_transferred)