MCPcopy 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]]
65String test_move_std_string_ctor() {
66 std::string s = "test";
67 return String( std::move( s ) );
68}
69
70// [[Rcpp::export]]
71CharacterVector test_move_assignment() {

Callers

nothing calls this directly

Calls 1

StringClass · 0.50

Tested by

no test coverage detected