std::move()
摘要:1 #include 2 #include 3 #include 4 #include 5 int main() 6 { 7 std::string str = "Hello"; 8 std::vector v; 9 10 // uses the push_bac...
阅读全文
posted @ 2015-11-19 22:09
posted @ 2015-11-19 22:09
posted @ 2015-11-02 20:32