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

Method Armor

inst/include/Rcpp/api/meat/protection.h:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 template <typename T>
24 template <typename U>
25 Armor<T>::Armor( U x ) : data() {
26 init( wrap(x) ) ;
27 }
28
29 template <typename T>
30 template <typename U>

Callers

nothing calls this directly

Calls 1

wrapFunction · 0.70

Tested by

no test coverage detected