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

Method begin

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

Source from the content-addressed store, hash-verified

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

Callers 1

CompareMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected