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

Function f

tests/Issue492.cpp:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include <vector>
5
6void f()
7{
8 std::priority_queue<int,
9 std::vector<int>,
10 decltype([](int lhs, int rhs) { return lhs > rhs; })> min_heap;
11}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected