Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ cend
Function
cend
3rd/wildcards/include/cx/iterator.hpp:112–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
111
template <typename C>
112
constexpr auto cend(const C& c) -> decltype(cx::end(c))
113
{
114
return cx::end(c);
115
}
116
117
} // namespace cx
118
Callers
3
matcher
Method · 0.50
matches
Method · 0.50
match
Function · 0.50
Calls
1
end
Function · 0.70
Tested by
no test coverage detected