Namespaces
Variants
Views
Actions

Talk:cpp/string/basic string/assign

From cppreference.com

Why does basic_string::assign not have a r-value overload? Something like assign(std::basic_string &&param);

167.220.236.1 21:49, 11 October 2015 (PDT)[email protected]

it does, it's the overload (4) on this page. --Cubbi (talk) 21:59, 11 October 2015 (PDT)