MCPcopy Create free account
hub / github.com/Icinga/icinga2 / operator *

Method operator *

third-party/utf8cpp/source/utf8/checked.h:271–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269 // the default "big three" are OK
270 octet_iterator base () const { return it; }
271 uint32_t operator * () const
272 {
273 octet_iterator temp = it;
274 return utf8::next(temp, range_end);
275 }
276 bool operator == (const iterator& rhs) const
277 {
278 if (range_start != rhs.range_start || range_end != rhs.range_end)

Callers 1

valueMethod · 0.45

Calls 1

nextFunction · 0.70

Tested by

no test coverage detected