-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
From https://future.futureverse.org/articles/future-4-non-exportable-objects.html#package-rcpp:
Rcpp::sourceCpp(code = "
#include <Rcpp.h>
using namespace Rcpp;
// [[Rcpp::export]]
int my_length(NumericVector x) {
return x.size();
}
")This produces:
my_length()which holds an external reference pointer.
Can such an object be marshalled?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels