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

Method D

tests/SpecialMemberTest.cpp:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11class D {
12 public:
13 D() = default; // unsurprising, but not explicit: D has a default constructor
14 private:
15 std::unique_ptr<int> p; // std::unique_ptr has a default constructor
16};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected