MCPcopy Create free account
hub / github.com/Apress/design-patterns-in-modern-cpp / String

Method String

Structural/Adapter/adapter.cpp:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 string s;
21public:
22 String(const string& s) : s{s}
23 {
24 }
25
26 String to_lower_copy() const
27 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected