Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ test_move_std_string_ctor
Function
test_move_std_string_ctor
inst/tinytest/cpp/String.cpp:65–68 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
63
64
// [[Rcpp::export]]
65
String test_move_std_string_ctor() {
66
std::string s =
"test"
;
67
return String( std::move( s ) );
68
}
69
70
// [[Rcpp::export]]
71
CharacterVector test_move_assignment() {
Callers
nothing calls this directly
Calls
1
String
Class · 0.50
Tested by
no test coverage detected