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

Method begin

06.10-orderingComparisonString3/main.cpp:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

CompareMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected