MCPcopy Create free account
hub / github.com/boostorg/leaf / expd

Function expd

test/context_deduction_test.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33template <class... H>
34typename unwrap_tuple<typename std::decay<decltype(std::declval<typename leaf::context_type_from_handlers<H...>>().tup())>::type>::type * expd( H && ... )
35{
36 return 0;
37}
38
39template <class... T, class U>
40void test( U * )

Callers 1

not_called_on_purposeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected