Modern C++

  • 一部分重點:

    • 引入 move semantics ,解決大量使用 copy 造成記憶體資源浪費的情形,使記憶體資源使用更加有效率

    • 引入 rvalue / lvalue

Last updated

Was this helpful?