Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ cbegin
Function
cbegin
3rd/wildcards/include/cx/iterator.hpp:82–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
81
template <typename C>
82
constexpr auto cbegin(const C& c) -> decltype(cx::begin(c))
83
{
84
return cx::begin(c);
85
}
86
87
template <typename C>
88
constexpr auto end(const C& c) -> decltype(c.end())
Callers
4
matcher
Method · 0.50
matches
Method · 0.50
const_iterator
Class · 0.50
match
Function · 0.50
Calls
1
begin
Function · 0.70
Tested by
no test coverage detected