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

Method end

arm_compute/core/Dimensions.h:244–247  ·  view source on GitHub ↗

Returns a read/write iterator that points one past the last element in the dimension array. * * @return an iterator. */

Source from the content-addressed store, hash-verified

242 * @return an iterator.
243 */
244 typename std::array<T, num_max_dimensions>::iterator end()
245 {
246 return _id.end();
247 }
248 /** Returns a read-only (constant) iterator that points one past the last element in the dimension array.
249 *
250 * @return an iterator.

Callers 1

removeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected