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

Method size

include/boost/compute/container/vector.hpp:379–382  ·  view source on GitHub ↗

Returns the number of elements in the vector.

Source from the content-addressed store, hash-verified

377
378 /// Returns the number of elements in the vector.
379 size_type size() const
380 {
381 return m_size;
382 }
383
384 size_type max_size() const
385 {

Callers 3

vectorMethod · 0.45
vectorClass · 0.45
capacityMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected