MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenImageIO / array_view

Function array_view

src/include/array_view.h:87–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85
86 /// Construct from T* and length.
87 array_view (T *data, size_t len) : m_data(data), m_len(len) {}
88
89 /// Construct from a single T&.
90 array_view (T &data) : m_data(&data), m_len(1) {}

Callers 2

array_view.hFile · 0.85
sliceFunction · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected