エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Move smart pointers in and out functions in modern C++
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Move smart pointers in and out functions in modern C++
— Written by Triangles on December 24, 2018 • updated on January 19, 2019 • ID 69 — In my previou... — Written by Triangles on December 24, 2018 • updated on January 19, 2019 • ID 69 — In my previous article A beginner's look at smart pointers in modern C++ I took a trip to the convoluted land of C++ smart pointers. Now it's time to see how they behave in real world applications, along with common pitfalls and best practices. In this article I will show you how to pass and return smart pointers t