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

Method Argument

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

Source from the content-addressed store, hash-verified

27class Argument {
28public:
29 Argument() : name(){} ;
30 Argument( const std::string& name_) : name(name_){}
31
32 template<typename T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected