Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ operator()
Method
operator()
inst/include/Rcpp/Language.h:180–182 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
178
fixed_call( Function fun ) : call(fun){}
179
180
RESULT_TYPE operator()(){
181
return as<RESULT_TYPE>( call.eval() );
182
}
183
184
private:
185
Language call;
Callers
nothing calls this directly
Calls
1
eval
Method · 0.80
Tested by
no test coverage detected