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

Method begin

06.09-orderingComparisonString4/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

Callers 1

operator<=>Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected