Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
template <typename It>
16
constexpr It next(It it)
17
{
18
return it + 1;
19
}
20
21
template <typename It>
22
constexpr It prev(It it)
Callers
15
operator[]
Function · 0.85
dump
Method · 0.85
dump
Method · 0.85
operator[]
Function · 0.85
inclinenumber
Function · 0.85
check_next1
Function · 0.85
read_long_string
Function · 0.85
readutf8esc
Function · 0.85
read_string
Function · 0.85
llex
Function · 0.85
alloc
Method · 0.85
free
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected