MCPcopy 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
111template <typename C>
112constexpr auto cend(const C& c) -> decltype(cx::end(c))
113{
114 return cx::end(c);
115}
116
117} // namespace cx
118

Callers 3

matcherMethod · 0.50
matchesMethod · 0.50
matchFunction · 0.50

Calls 1

endFunction · 0.70

Tested by

no test coverage detected