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

Function test_wrap_string_view

inst/tinytest/cpp/wrap.cpp:307–310  ·  view source on GitHub ↗

[[Rcpp::plugins(cpp17)]] [[Rcpp::export]]

Source from the content-addressed store, hash-verified

305// [[Rcpp::plugins(cpp17)]]
306// [[Rcpp::export]]
307SEXP test_wrap_string_view(){
308 std::string_view sv = "test string value" ;
309 return wrap(sv) ;
310}

Callers

nothing calls this directly

Calls 1

wrapFunction · 0.50

Tested by

no test coverage detected