Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ operator[]
Method
operator[]
inst/include/Rcpp/Named.h:54–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
NamedPlaceHolder(){}
53
~NamedPlaceHolder(){}
54
Argument operator[]( const std::string& arg) const {
55
return Argument( arg ) ;
56
}
57
Argument operator()(const std::string& arg) const {
58
return Argument( arg ) ;
59
}
Callers
nothing calls this directly
Calls
1
Argument
Class · 0.70
Tested by
no test coverage detected