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

Method end

06.08-orderingComparisonString2/main.cpp:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

CompareMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected