MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / cbegin

Method cbegin

3rd/wildcards/include/cx/string_view.hpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 }
53
54 constexpr const T* cbegin() const
55 {
56 return begin();
57 }
58
59 constexpr const T* end() const
60 {

Callers

nothing calls this directly

Calls 1

beginFunction · 0.70

Tested by

no test coverage detected