MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / operator()

Method operator()

inst/include/Rcpp/Named.h:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 return Argument( arg ) ;
56 }
57 Argument operator()(const std::string& arg) const {
58 return Argument( arg ) ;
59 }
60 operator SEXP() const { return R_MissingArg ; }
61} ;
62} // internal

Callers

nothing calls this directly

Calls 1

ArgumentClass · 0.70

Tested by

no test coverage detected