MCPcopy Create free account
hub / github.com/apache/kudu / ArrayView

Method ArrayView

src/kudu/util/array_view.h:77–77  ·  view source on GitHub ↗

Construct an empty ArrayView.

Source from the content-addressed store, hash-verified

75 public:
76 // Construct an empty ArrayView.
77 ArrayView() : ArrayView(static_cast<T*>(nullptr), 0) {}
78
79 // Construct an ArrayView for a (pointer,size) pair.
80 template <typename U>

Callers

nothing calls this directly

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected