22 #ifndef Rcpp_InternalFunction_h
23 #define Rcpp_InternalFunction_h
29 #ifdef RCPP_USING_CXX11
40 #ifdef RCPP_USING_CXX11
41 template <
typename RESULT_TYPE,
typename... Args>
42 InternalFunction_Impl(
const std::function<RESULT_TYPE(Args...)> &fun) {
52 #include <Rcpp/generated/InternalFunction__ctors.h>
56 inline void set( SEXP xp){
58 Function intf = RCPP[
"internal_function"] ;
59 Storage::set__( intf( xp ) ) ;
#define RCPP_GENERATE_CTOR_ASSIGN(__CLASS__)
Function_Impl< PreserveStorage > Function
static Environment_Impl Rcpp_namespace()
RCPP_API_CLASS(DottedPair_Impl)
InternalFunction_Impl< PreserveStorage > InternalFunction
Environment_Impl< PreserveStorage > Environment