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

Method RangeExporter

inst/include/Rcpp/internal/Exporter.h:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 typedef typename T::value_type r_export_type ;
41
42 RangeExporter( SEXP x ) : object(x){}
43 ~RangeExporter(){}
44
45 T get(){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected