MCPcopy Create free account
hub / github.com/boostorg/asio / invoke

Method invoke

include/boost/asio/impl/append.hpp:56–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54
55 template <std::size_t... I, typename... Args>
56 void invoke(index_sequence<I...>, Args&&... args)
57 {
58 static_cast<Handler&&>(handler_)(
59 static_cast<Args&&>(args)...,
60 static_cast<Values&&>(std::get<I>(values_))...);
61 }
62
63//private:
64 Handler handler_;

Callers 1

operator()Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected