MCPcopy 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_stringMethod · 0.45
basic_stringClass · 0.45
insertMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected