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

Method end

lib/base/string.cpp:437–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

435}
436
437String::Iterator icinga::end(String& x)
438{
439 return x.End();
440}
441
442String::ConstIterator icinga::end(const String& x)
443{

Callers 2

ReverseMethod · 0.45
EndMethod · 0.45

Calls 1

EndMethod · 0.45

Tested by

no test coverage detected