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

Method cend

arm_compute/core/Dimensions.h:260–263  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

258 * @return an iterator.
259 */
260 typename std::array<T, num_max_dimensions>::const_iterator cend() const
261 {
262 return end();
263 }
264
265protected:
266 /** Protected destructor. */

Callers 4

operator==Function · 0.45

Calls 1

endFunction · 0.85

Tested by

no test coverage detected