Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ prev
Function
prev
3rd/wildcards/include/cx/iterator.hpp:22–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
21
template <typename It>
22
constexpr It prev(It it)
23
{
24
return it - 1;
25
}
26
27
template <typename C>
28
constexpr auto size(const C& c) -> decltype(c.size())
Callers
6
Normalize
Method · 0.85
alloc
Method · 0.85
free
Method · 0.85
is_alt
Function · 0.85
alt_end
Function · 0.85
alt_sub_end
Function · 0.85
Calls
no outgoing calls
Tested by
1
Normalize
Method · 0.68