Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ main
Function
main
01.22-validateInDebugModeIfExists0/main.cpp:32–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
static_assert(not SupportsValidation<SimpleType>);
31
32
int main()
33
{
34
ComplexType a{};
35
SimpleType b{};
36
37
Send(a);
38
Send(b);
39
}
Callers
nothing calls this directly
Calls
1
Send
Function · 0.70
Tested by
no test coverage detected