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