MCPcopy 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

20void SendOnePing(const SizeCheck<1> auto& cont) {}
21
22int main()
23{
24 std::array<int, 1> a{};
25
26 SendOnePing(a);
27}

Callers

nothing calls this directly

Calls 1

SendOnePingFunction · 0.85

Tested by

no test coverage detected