Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ begin
Function
begin
3rd/wildcards/include/cx/iterator.hpp:58–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
57
template <typename C>
58
constexpr auto begin(const C& c) -> decltype(c.begin())
59
{
60
return c.begin();
61
}
62
63
template <typename C>
64
constexpr auto begin(C& c) -> decltype(c.begin())
Callers
10
cbegin
Function · 0.70
cbegin
Method · 0.70
cbegin
Method · 0.70
TEST
Function · 0.50
TEST_F
Function · 0.50
TEST_P
Function · 0.50
MatchAndExplain
Method · 0.50
operator==
Method · 0.50
iterator
Class · 0.50
container_item
Class · 0.50
Calls
1
begin
Method · 0.45
Tested by
4
TEST
Function · 0.40
TEST_F
Function · 0.40
TEST_P
Function · 0.40
operator==
Method · 0.40