MCPcopy 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
81template <typename C>
82constexpr auto cbegin(const C& c) -> decltype(cx::begin(c))
83{
84 return cx::begin(c);
85}
86
87template <typename C>
88constexpr auto end(const C& c) -> decltype(c.end())

Callers 4

matcherMethod · 0.50
matchesMethod · 0.50
const_iteratorClass · 0.50
matchFunction · 0.50

Calls 1

beginFunction · 0.70

Tested by

no test coverage detected