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

Method Range

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

Source from the content-addressed store, hash-verified

31 typedef typename Rcpp::traits::storage_type<RTYPE>::type STORAGE ;
32
33 Range( const T& obj_) : obj(obj_) {}
34
35 operator Vector<RTYPE>(){
36 min_ = max_ = obj[0] ;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected