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

Class is_function_

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

Source from the content-addressed store, hash-verified

42
43template<typename T>
44struct is_function_ : std::false_type {};
45
46template<typename R, size_t N>
47struct is_function_<function_<R, N>> : std::true_type {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected