MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / data

Method data

Source/array_view.h:109–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 return operator[](size() - 1);
108 }
109 constexpr const_pointer data() const noexcept {
110 return data_;
111 }
112
113 constexpr array_view<unsigned char> as_bytes() const noexcept {
114 return {reinterpret_cast<const unsigned char *>(data()),

Callers 3

array_view.hFile · 0.45
array_viewMethod · 0.45
copyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected