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

Method range_end

lib/base/string.cpp:456–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

454}
455
456String::Iterator icinga::range_end(String& x)
457{
458 return x.End();
459}
460
461String::ConstIterator icinga::range_end(const String& x)
462{

Callers

nothing calls this directly

Calls 1

EndMethod · 0.45

Tested by

no test coverage detected