MCPcopy Create free account
hub / github.com/cinder/Cinder / peek_next

Function peek_next

include/utf8cpp/checked.h:157–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155
156 template <typename octet_iterator>
157 uint32_t peek_next(octet_iterator it, octet_iterator end)
158 {
159 return utf8::next(it, end);
160 }
161
162 template <typename octet_iterator>
163 uint32_t prior(octet_iterator& it, octet_iterator start)

Callers 1

priorFunction · 0.70

Calls 1

nextFunction · 0.70

Tested by

no test coverage detected