Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/HelenOS/helenos
/ begin
Method
begin
uspace/lib/cpp/include/__bits/string/string.hpp:622–625 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
620
*/
621
622
iterator begin() noexcept
623
{
624
return &data_[0];
625
}
626
627
const_iterator begin() const noexcept
628
{
Callers
3
basic_string
Method · 0.45
basic_string
Class · 0.45
insert
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected