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

Method Min

inst/include/Rcpp/sugar/functions/min.h:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 typedef typename Rcpp::traits::storage_type<RTYPE>::type STORAGE ;
31
32 Min( const T& obj_) : obj(obj_) {}
33
34 operator STORAGE() const {
35 R_xlen_t n = obj.size();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected