MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / next

Function next

3rd/wildcards/include/cx/iterator.hpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15template <typename It>
16constexpr It next(It it)
17{
18 return it + 1;
19}
20
21template <typename It>
22constexpr It prev(It it)

Callers 15

operator[]Function · 0.85
dumpMethod · 0.85
dumpMethod · 0.85
operator[]Function · 0.85
inclinenumberFunction · 0.85
check_next1Function · 0.85
read_long_stringFunction · 0.85
readutf8escFunction · 0.85
read_stringFunction · 0.85
llexFunction · 0.85
allocMethod · 0.85
freeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected