Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0voice/cpp_new_features
/ func2
Function
func2
cpp_20/010_concepts_invocable.cpp:3–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#include <type_traits>
2
3
auto func2(char) -> int (*)()
4
{
5
return nullptr;
6
}
7
8
int main()
9
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected