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

Function something

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

Source from the content-addressed store, hash-verified

35
36template<typename T>
37void something(std::initializer_list<T>) {}
38
39void foo() {
40 X{1, 2, 3};

Callers 1

fooFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected