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

Function advance

include/utf8cpp/unchecked.h:113–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111
112 template <typename octet_iterator, typename distance_type>
113 void advance (octet_iterator& it, distance_type n)
114 {
115 for (distance_type i = 0; i < n; ++i)
116 utf8::unchecked::next(it);
117 }
118
119 template <typename octet_iterator>
120 typename std::iterator_traits<octet_iterator>::difference_type

Callers 2

iteratorClass · 0.70
operator ++Method · 0.70

Calls 1

nextFunction · 0.70

Tested by

no test coverage detected