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

Function advance

include/utf8cpp/checked.h:190–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188
189 template <typename octet_iterator, typename distance_type>
190 void advance (octet_iterator& it, distance_type n, octet_iterator end)
191 {
192 for (distance_type i = 0; i < n; ++i)
193 utf8::next(it, end);
194 }
195
196 template <typename octet_iterator>
197 typename std::iterator_traits<octet_iterator>::difference_type

Callers 8

getWindowIndexMethod · 0.50
getWindowIndexMethod · 0.50
getWindowIndexMethod · 0.50
getWindowIndexMethod · 0.50
getWindowIndexMethod · 0.50
getWindowIndexMethod · 0.50
iter_impl.hppFile · 0.50
get_characterMethod · 0.50

Calls 1

nextFunction · 0.70

Tested by

no test coverage detected