MCPcopy Create free account
hub / github.com/Icinga/icinga2 / Begin

Method Begin

lib/base/string.cpp:273–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273String::Iterator String::Begin()
274{
275 return m_Data.begin();
276}
277
278String::ConstIterator String::Begin() const
279{

Callers 2

beginMethod · 0.45
range_beginMethod · 0.45

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected