目次

ディレクトリ: smart-pointer-essential

サブディレクトリ

コンテンツ

基本から理解するC++スマートポインタ

本来手動でメモリ管理しなければならない動的なオブジェクトを、スコープによって自動でメモリ管理するもの。

「https://www.contentsviewer.work/Master/software/cpp/smart-pointer-essential?hl=ja」から取得