MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / cbegin

Method cbegin

arm_compute/core/Dimensions.h:236–239  ·  view source on GitHub ↗

Returns a read-only (constant) iterator that points to the first element in the dimension array. * * @return an iterator. */

Source from the content-addressed store, hash-verified

234 * @return an iterator.
235 */
236 typename std::array<T, num_max_dimensions>::const_iterator cbegin() const
237 {
238 return begin();
239 }
240 /** Returns a read/write iterator that points one past the last element in the dimension array.
241 *
242 * @return an iterator.

Callers 4

operator==Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected