MCPcopy Create free account
hub / github.com/cinder/Cinder / operator *

Method operator *

include/utf8cpp/unchecked.h:186–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184 // the default "big three" are OK
185 octet_iterator base () const { return it; }
186 uint32_t operator * () const
187 {
188 octet_iterator temp = it;
189 return utf8::unchecked::next(temp);
190 }
191 bool operator == (const iterator& rhs) const
192 {
193 return (it == rhs.it);

Callers

nothing calls this directly

Calls 1

nextFunction · 0.70

Tested by

no test coverage detected