MCPcopy Create free account
hub / github.com/Clarionos/clarion / begin

Method begin

libraries/fc/src/string.cpp:48–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 char* string::data() { return &my->front(); }
47
48 string::iterator string::begin() { return &(*this)[0]; }
49 string::iterator string::end() { return &(*this)[size()]; }
50 string::const_iterator string::begin()const { return my->c_str(); }
51 string::const_iterator string::end()const { return my->c_str() + my->size(); }

Callers 15

on_writeMethod · 0.45
is_utf8Function · 0.45
is_valid_utf8Function · 0.45
prune_invalid_utf8Function · 0.45
decodeUtf8Function · 0.45
encodeUtf8Function · 0.45
uint128Method · 0.45
windows_stringMethod · 0.45
make_relativeFunction · 0.45
as_blobMethod · 0.45
to_detail_stringMethod · 0.45
to_stringMethod · 0.45

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected