Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ main
Function
main
03.07-rangesSafety0/main.cpp:6–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
#include <string>
5
6
int main()
7
{
8
auto it = std::begin(std::string{
"Urg"
});
9
}
Callers
nothing calls this directly
Calls
1
begin
Function · 0.50
Tested by
no test coverage detected