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

Method cend

support/Iterable.h:82–85  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

80 * @return end of const iterator.
81 */
82 typename T::const_reverse_iterator cend()
83 {
84 return _it.rend();
85 }
86
87private:
88 T &_it;

Callers 15

configureMethod · 0.45
validateMethod · 0.45
get_implementationFunction · 0.45
configureMethod · 0.45
validateMethod · 0.45
validateMethod · 0.45
mutateMethod · 0.45
mutateMethod · 0.45
sizeMethod · 0.45
current_suite_nameMethod · 0.45
instrument_headerMethod · 0.45
print_measurementsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected