Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ end
Function
end
3rd/wildcards/include/cx/iterator.hpp:88–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
87
template <typename C>
88
constexpr auto end(const C& c) -> decltype(c.end())
89
{
90
return c.end();
91
}
92
93
template <typename C>
94
constexpr auto end(C& c) -> decltype(c.end())
Callers
7
cend
Function · 0.70
cend
Method · 0.70
cend
Method · 0.70
TEST
Function · 0.50
TEST_F
Function · 0.50
TEST_P
Function · 0.50
MatchAndExplain
Method · 0.50
Calls
1
end
Method · 0.45
Tested by
3
TEST
Function · 0.40
TEST_F
Function · 0.40
TEST_P
Function · 0.40