MCPcopy Create free account
hub / github.com/boost-ext/te / Function

Class Function

example/function.cpp:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14template <class>
15struct Function;
16
17template <class R, class... Ts>
18struct Function<R(Ts...)> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected