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

Method container

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

Source from the content-addressed store, hash-verified

7// declaration of the template
8template<class T> struct container {
9 container(T t) {}
10 template<class Iter> container(Iter beg, Iter end);
11};
12// additional deduction guide

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected