MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / complete

Method complete

3rd/asio-1.24.0/include/asio/compose.hpp:376–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374 }
375
376 void complete(Args... args)
377 {
378 this->work_.reset();
379 ASIO_MOVE_OR_LVALUE(Handler)(this->handler_)(
380 ASIO_MOVE_CAST(Args)(args)...);
381 }
382
383#else // defined(ASIO_HAS_VARIADIC_TEMPLATES)
384

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected