MCPcopy Create free account
hub / github.com/audacious-media-player/audacious / ArrayRef

Method ArrayRef

src/libaudcore/objects.h:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 int len;
36
37 constexpr ArrayRef(decltype(nullptr) = nullptr) : data(nullptr), len(0) {}
38
39 template<int N>
40 constexpr ArrayRef(const T (&array)[N]) : data(array), len(N)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected