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

Function f

tests/Issue492_2.cpp:14–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13
14void f()
15{
16 priority_queue<int,
17 float,
18 decltype([]() { return false; })> min_heap;
19}
20

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected