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

Function peek_next

include/utf8cpp/unchecked.h:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90
91 template <typename octet_iterator>
92 uint32_t peek_next(octet_iterator it)
93 {
94 return utf8::unchecked::next(it);
95 }
96
97 template <typename octet_iterator>
98 uint32_t prior(octet_iterator& it)

Callers

nothing calls this directly

Calls 1

nextFunction · 0.70

Tested by

no test coverage detected