Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ end
Method
end
06.07-orderingComparisonString1/main.cpp:19–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
18
const char* begin() const { return mData; }
19
const char* end() const { return mData + mLen; }
20
21
#include <compare>
22
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected