MCPcopy 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

30static_assert(not SupportsValidation<SimpleType>);
31
32int main()
33{
34 ComplexType a{};
35 SimpleType b{};
36
37 Send(a);
38 Send(b);
39}

Callers

nothing calls this directly

Calls 1

SendFunction · 0.70

Tested by

no test coverage detected