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

Method get_length

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

Source from the content-addressed store, hash-verified

40 }
41
42 size_t get_length() const { return s.length(); }
43
44 __declspec(property(get = get_length)) size_t length;
45};

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected