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

Method operator *

third-party/utf8cpp/source/utf8/unchecked.h:215–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213 // the default "big three" are OK
214 octet_iterator base () const { return it; }
215 uint32_t operator * () const
216 {
217 octet_iterator temp = it;
218 return utf8::unchecked::next(temp);
219 }
220 bool operator == (const iterator& rhs) const
221 {
222 return (it == rhs.it);

Callers

nothing calls this directly

Calls 1

nextFunction · 0.70

Tested by

no test coverage detected