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

Function get

3rd/asio-1.24.0/include/asio/associated_executor.hpp:208–212  ·  view source on GitHub ↗

Forwards the request to get the executor to the associator specialisation for the unwrapped type @c T.

Source from the content-addressed store, hash-verified

206 /// Forwards the request to get the executor to the associator specialisation
207 /// for the unwrapped type @c T.
208 static type get(reference_wrapper<T> t,
209 const Executor& ex = Executor()) ASIO_NOEXCEPT
210 {
211 return associated_executor<T, Executor>::get(t.get(), ex);
212 }
213};
214
215#endif // defined(ASIO_HAS_STD_REFERENCE_WRAPPER)

Callers 15

placeholders.hppFile · 0.70
getMethod · 0.70
get_associated_executorFunction · 0.70
getMethod · 0.70
getMethod · 0.70
bind_allocator.hppFile · 0.70
getMethod · 0.70
type> make_work_guardMethod · 0.70

Calls 1

getMethod · 0.45

Tested by

no test coverage detected