Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
inline Argument Named( const std::string& name){
41
return Argument( name );
42
}
43
template <typename T>
44
inline traits::named_object<T> Named( const std::string& name, const T& o){
45
return traits::named_object<T>( name, o );
Callers
15
function_variadic
Function · 0.85
createOne
Function · 0.85
createTwo
Function · 0.85
DataFrame_PushOnEmpty
Function · 0.85
checkVersion
Function · 0.85
runit_lang_variadic_2
Function · 0.85
runit_lang_push_back
Function · 0.85
runit_lang_inputop
Function · 0.85
runit_lang_unarycall
Function · 0.85
runit_lang_binarycall
Function · 0.85
runit_pl_variadic_2
Function · 0.85
runit_pl_push_front
Function · 0.85
Calls
1
Argument
Class · 0.70
Tested by
1
validateSignature
Function · 0.68