MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / exception_to_r_condition

Function exception_to_r_condition

inst/include/Rcpp/exceptions.h:362–364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360}
361
362inline SEXP exception_to_r_condition( const std::exception& ex){
363 return exception_to_condition_template(ex, RCPP_DEFAULT_INCLUDE_CALL);
364}
365
366inline SEXP string_to_try_error( const std::string& str){
367 using namespace Rcpp;

Callers 2

forward_exception_to_rFunction · 0.85

Calls 1

Tested by

no test coverage detected