MCPcopy Create free account
hub / github.com/boostorg/compute / size

Method size

include/boost/compute/container/valarray.hpp:202–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200 }
201
202 size_t size() const
203 {
204 return m_buffer.size() / sizeof(T);
205 }
206
207 void resize(size_t size, T value = T())
208 {

Callers 2

valarrayMethod · 0.45
valarrayClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected