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

Method begin

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

#A Helper functions which are there for completeness.

Source from the content-addressed store, hash-verified

16
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.

Callers 1

CompareMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected