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

Method begin

06.07-orderingComparisonString1/main.cpp:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 {}
17
18 const char* begin() const { return mData; }
19 const char* end() const { return mData + mLen; }
20
21#include <compare>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected