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

Function Named

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

Source from the content-addressed store, hash-verified

38} ;
39
40inline Argument Named( const std::string& name){
41 return Argument( name );
42}
43template <typename T>
44inline traits::named_object<T> Named( const std::string& name, const T& o){
45 return traits::named_object<T>( name, o );

Callers 15

function_variadicFunction · 0.85
createOneFunction · 0.85
createTwoFunction · 0.85
DataFrame_PushOnEmptyFunction · 0.85
checkVersionFunction · 0.85
runit_lang_variadic_2Function · 0.85
runit_lang_push_backFunction · 0.85
runit_lang_inputopFunction · 0.85
runit_lang_unarycallFunction · 0.85
runit_lang_binarycallFunction · 0.85
runit_pl_variadic_2Function · 0.85
runit_pl_push_frontFunction · 0.85

Calls 1

ArgumentClass · 0.70

Tested by 1

validateSignatureFunction · 0.68