MCPcopy 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
21template <typename It>
22constexpr It prev(It it)
23{
24 return it - 1;
25}
26
27template <typename C>
28constexpr auto size(const C& c) -> decltype(c.size())

Callers 6

NormalizeMethod · 0.85
allocMethod · 0.85
freeMethod · 0.85
is_altFunction · 0.85
alt_endFunction · 0.85
alt_sub_endFunction · 0.85

Calls

no outgoing calls

Tested by 1

NormalizeMethod · 0.68