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

Method cbegin

support/Iterable.h:73–76  ·  view source on GitHub ↗

Get beginning of const iterator. * * @return beginning of const iterator. */

Source from the content-addressed store, hash-verified

71 * @return beginning of const iterator.
72 */
73 typename T::const_reverse_iterator cbegin()
74 {
75 return _it.rbegin();
76 }
77
78 /** Get end of const iterator.
79 *

Callers 15

configureMethod · 0.45
validateMethod · 0.45
validate_argumentsFunction · 0.45
get_implementationFunction · 0.45
validate_argumentsFunction · 0.45
configureMethod · 0.45
validateMethod · 0.45
validateMethod · 0.45
validateMethod · 0.45
validateMethod · 0.45
mutateMethod · 0.45
mutateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected