MCPcopy Create free account
hub / github.com/Lwhyz/workspace / function_

Class function_

include/workspace/utility.hpp:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40template<typename Signature, size_t InlineSize = 64 - sizeof(void*)>
41class function_;
42
43template<typename T>
44struct is_function_ : std::false_type {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected