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

Method begin

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

Source from the content-addressed store, hash-verified

47 }
48
49 constexpr const T* begin() const
50 {
51 return data_;
52 }
53
54 constexpr const T* cbegin() const
55 {

Callers 1

operator==Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected