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

Function require

3rd/asio-1.24.0/include/asio/execution/blocking.hpp:705–711  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

703
704 template <int I>
705 typename enable_if<
706 can_require<const Executor&, never_t<I> >::value,
707 typename require_result<const Executor&, never_t<I> >::type
708 >::type require(never_t<I>) const ASIO_NOEXCEPT
709 {
710 return asio::require(executor_, never_t<I>());
711 }
712
713 template <typename Property>
714 typename enable_if<

Callers 12

type requireMethod · 0.70
blocking.hppFile · 0.70
require_fn_implMethod · 0.70
~on_invoker_exitMethod · 0.50
operator()Method · 0.50
operator()Method · 0.50
operator()Method · 0.50
operator()Method · 0.50
executeMethod · 0.50
postMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected