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

Method end

support/Iterable.h:64–67  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

62 * @return end of iterator.
63 */
64 typename T::reverse_iterator end()
65 {
66 return _it.rend();
67 }
68
69 /** Get beginning of const iterator.
70 *

Callers 15

TypePrinter.hFile · 0.45
parse_npy_headerFunction · 0.45
parseMethod · 0.45
program_nameMethod · 0.45
programMethod · 0.45
check_support_fast_mathFunction · 0.45
configureMethod · 0.45
configureMethod · 0.45
configureMethod · 0.45
run_opMethod · 0.45
configureMethod · 0.45

Calls

no outgoing calls

Tested by 3

test_startMethod · 0.36
test_startMethod · 0.36
test_measurementsMethod · 0.36