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

Method end

06.06-orderingComparisonString0/main.cpp:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 // #A Helper functions which are there for completeness.
18 const char* begin() const { return mData; }
19 const char* end() const { return mData + mLen; }
20
21 // #B The equality comparisons.
22 friend bool operator==(const String& a, const String& b)

Callers 1

CompareMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected