MCPcopy Create free account
hub / github.com/andreasfertig/programming-with-cpp20 / end

Method end

06.09-orderingComparisonString4/main.cpp:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17 const char* begin() const { return mData; }
18 const char* end() const { return mData + mLen; }
19
20 auto operator<=>(const String& other) const
21 {

Callers 1

operator<=>Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected