MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / main

Function main

docs/examples/braced-uniform-initialization.cpp:20–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18};
19
20int main()
21{
22 A a;
23 A a2{}; // only i gets initialized.
24
25 B b;
26 B b2{}; // both i and j get initialized.
27}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected