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

Function f

tests/StdInitializerListTest.cpp:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include <initializer_list>
4
5auto f(int i, int j, int k)
6{
7 return std::initializer_list<int>{i, j, k};
8}
9
10auto f1(int i)
11{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected