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

Method stride

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

Source from the content-addressed store, hash-verified

264 size_type max_size() const { return m_len; }
265 bool empty() const { return m_len == 0; }
266 ptrdiff_t stride() const { return m_stride; }
267
268 const T& operator[] (size_type pos) const { return get(pos); }
269 const T& at (size_t pos) const {

Callers 2

array_view_stridedMethod · 0.80
array_view_stridedClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected