Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_unarycall
Function · 0.45
function_binarycall
Function · 0.45
test_move_ctor
Function · 0.45
test_move_assignment
Function · 0.45
sumTest
Function · 0.45
sumTest_nona
Function · 0.45
prodTest
Function · 0.45
prodTest_nona
Function · 0.45
logTest
Function · 0.45
expTest
Function · 0.45
sqrtTest
Function · 0.45
minTest
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_move_ctor
Function · 0.36
test_move_assignment
Function · 0.36