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

Method operator *

include/utf8cpp/checked.h:284–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282 // the default "big three" are OK
283 octet_iterator base () const { return it; }
284 uint32_t operator * () const
285 {
286 octet_iterator temp = it;
287 return utf8::next(temp, range_end);
288 }
289 bool operator == (const iterator& rhs) const
290 {
291 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