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

Function main

tests/NamespaceTest.cpp:3–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include <map>
2
3int main()
4{
5 std::multimap<int, char> mm{{2019, 'A'}};
6
7 // Here we have std::__map_node_handle_specifics which is a NamedDecl and requires special treament.
8 auto jandle = mm.extract(2019);
9}
10

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected