Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ wrap
Function
wrap
inst/include/Rcpp/internal/wrap.h:929–934 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
927
}
928
929
inline SEXP wrap(const char* const v) {
930
if (v != NULL)
931
return Rf_mkString(v);
932
else
933
return R_NilValue; // #nocov
934
}
935
936
/**
937
* Range based version of wrap
Callers
15
GreedyVector
Class · 0.70
range_wrap_dispatch___generic
Function · 0.70
range_wrap_dispatch___impl
Function · 0.70
wrap_dispatch_matrix_not_logical
Function · 0.70
wrap_dispatch
Function · 0.70
rowmajor_wrap__dispatch
Function · 0.70
attr_set
Function · 0.50
xptr_self_tag
Function · 0.50
xptr_has_self_tag
Function · 0.50
runit_GenericMatrix_column
Function · 0.50
runit_GenericMatrix_column_const
Function · 0.50
character_matrix_indexing
Function · 0.50
Calls
1
range_wrap
Function · 0.85
Tested by
2
test_wrap_string_view
Function · 0.40
test_cpp_interface
Function · 0.40