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

Method array_view

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

Source from the content-addressed store, hash-verified

71 static constexpr auto npos = (size_type)-1;
72
73 constexpr array_view() noexcept = default;
74 constexpr array_view(const_pointer data, std::size_t sz) noexcept :
75 data_(data), size_(sz) { }
76 template <typename ValT, std::size_t N,

Callers

nothing calls this directly

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected