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

Method Proxy_Iterator

inst/include/Rcpp/internal/Proxy_Iterator.h:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 typedef std::random_access_iterator_tag iterator_category ;
35
36 Proxy_Iterator( ): proxy(){} ;
37 Proxy_Iterator( const Proxy_Iterator& other) : proxy( other.proxy){}
38 Proxy_Iterator( const PROXY& proxy_ ) : proxy( proxy_ ){} ;
39

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected