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

Method V

tests/InitializerListTest.cpp:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23struct V {
24 V(int x) {}
25 V(std::initializer_list<int> x) {}
26
27};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected