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

Method begin

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

Source from the content-addressed store, hash-verified

80 // iteration operators pass down to list
81
82 inline iterator begin() {
83 return list.begin();
84 }
85
86 inline iterator end() {
87 return list.end();

Callers 15

function_unarycallFunction · 0.45
function_binarycallFunction · 0.45
test_move_ctorFunction · 0.45
test_move_assignmentFunction · 0.45
sumTestFunction · 0.45
sumTest_nonaFunction · 0.45
prodTestFunction · 0.45
prodTest_nonaFunction · 0.45
logTestFunction · 0.45
expTestFunction · 0.45
sqrtTestFunction · 0.45
minTestFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_move_ctorFunction · 0.36
test_move_assignmentFunction · 0.36