Skip to content
Prev 2690 / 10988 Next

[Rcpp-devel] Overloaded constructors?

Hi!

I recently learned how to deal with overlaoded functions when I wanna wrap a class function interface with overladed things. The solution is to use function pointers. Now, what comes to the rescue in the case of overladed constructors? Any suggestion?

Regards,