MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / operator[]

Method operator[]

inst/include/Rcpp/proxy/Binding.h:98–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 } ;
97
98 const_Binding operator[]( const std::string& name) const {
99 return const_Binding( static_cast<const EnvironmentClass&>(*this), name ) ;
100 }
101 Binding operator[](const std::string& name){
102 return Binding( static_cast<EnvironmentClass&>(*this), name ) ;
103 }

Callers

nothing calls this directly

Calls 2

const_BindingClass · 0.85
BindingClass · 0.85

Tested by

no test coverage detected