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

Method cend

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

Source from the content-addressed store, hash-verified

62 }
63
64 constexpr const T* cend() const
65 {
66 return end();
67 }
68
69 private:
70 const T* data_{nullptr};

Callers

nothing calls this directly

Calls 1

endFunction · 0.70

Tested by

no test coverage detected