MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / end

Method end

inst/include/Rcpp/vector/ListOf.h:86–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 }
85
86 inline iterator end() {
87 return list.end();
88 }
89
90 inline const_iterator begin() const {
91 return list.begin();

Callers 15

function_unarycallFunction · 0.45
function_binarycallFunction · 0.45
test_move_ctorFunction · 0.45
test_move_assignmentFunction · 0.45
logTestFunction · 0.45
expTestFunction · 0.45
sqrtTestFunction · 0.45
minTestFunction · 0.45
maxTestFunction · 0.45
minTest_nonaFunction · 0.45
maxTest_nonaFunction · 0.45
minTest_intFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_move_ctorFunction · 0.36
test_move_assignmentFunction · 0.36