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

Function executor_binder

3rd/asio-1.24.0/include/asio/bind_executor.hpp:292–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290 */
291 template <typename U>
292 executor_binder(executor_arg_t, const executor_type& e,
293 ASIO_MOVE_ARG(U) u)
294 : base_type(e, ASIO_MOVE_CAST(U)(u))
295 {
296 }
297
298 /// Copy constructor.
299 executor_binder(const executor_binder& other)

Callers

nothing calls this directly

Calls 2

get_executorMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected