Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ main
Function
main
01.16-constexprFunctionInConcept0/main.cpp:22–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
void SendOnePing(const SizeCheck<1> auto& cont) {}
21
22
int main()
23
{
24
std::array<int, 1> a{};
25
26
SendOnePing(a);
27
}
Callers
nothing calls this directly
Calls
1
SendOnePing
Function · 0.85
Tested by
no test coverage detected