Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFodder/openfodder
/ begin
Function
begin
Source/Utils/cxxopts.hpp:230–235 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
228
namespace std
229
{
230
inline
231
cxxopts::UnicodeStringIterator
232
begin(const icu::UnicodeString& s)
233
{
234
return cxxopts::UnicodeStringIterator(&s, 0);
235
}
236
237
inline
238
cxxopts::UnicodeStringIterator
Callers
1
format_description
Function · 0.70
Calls
1
UnicodeStringIterator
Class · 0.85
Tested by
no test coverage detected