「C++ライブラリ」の版間の差分

提供: C++入門
移動: 案内検索
行29: 行29:
  
 
* [[スマートポインタ]]
 
* [[スマートポインタ]]
* [[std auto_ptr]]
+
* [[std auto_ptr|std::auto_ptr]]
* [[std shared_ptr]]
+
* [[std shared_ptr|std::shared_ptr]]
 +
* [[std unique_ptr|std::unique_ptr]]
  
 
== Boost ==
 
== Boost ==

2013年3月10日 (日) 21:58時点における版


読み方

概要

STL

コンテナ

スマートポインタ

Boost

イテレータ

文字列操作

例外処理

スレッド

スマートポインタ

関連項目