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

Method NonaPrimitive

inst/include/Rcpp/sugar/nona/nona.h:64–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 class NonaPrimitive {
63 public:
64 NonaPrimitive( T t) : x(t){}
65 inline operator T(){ return x ; }
66
67 private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected