Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
template<typename T>
44
struct is_function_ : std::false_type {};
45
46
template<typename R, size_t N>
47
struct is_function_<function_<R, N>> : std::true_type {};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected