Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ operator()
Method
operator()
inst/include/Rcpp/Language.h:195–198 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
193
unary_call( Function fun ) : call( fun, R_NilValue), proxy(call,1) {}
194
195
RESULT_TYPE operator()( const T& object ){
196
proxy = object;
197
return as<RESULT_TYPE>( call.eval() );
198
}
199
200
private:
201
Language call;
Callers
nothing calls this directly
Calls
1
eval
Method · 0.80
Tested by
no test coverage detected