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

Method assign

inst/include/Rcpp/api/meat/Environment.h:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27template <template <class> class StoragePolicy>
28template <typename WRAPPABLE>
29bool Environment_Impl<StoragePolicy>::assign( const std::string& name, const WRAPPABLE& x) const {
30 return assign(name, Shield<SEXP>(wrap(x)));
31}
32
33template <template <class> class StoragePolicy>
34Environment_Impl<StoragePolicy>::Environment_Impl( const std::string& name ){

Callers

nothing calls this directly

Calls 2

assignFunction · 0.85
wrapFunction · 0.70

Tested by

no test coverage detected