MSVCRT std::vector 新しいページはコチラ

提供: yonewiki
移動: 案内, 検索
(メンバ関数 assign)
(メンバ関数 emplace_back)
94行: 94行:
  
 
   obj.emplase_back(std::string("Hello! VectorDataString!"));  
 
   obj.emplase_back(std::string("Hello! VectorDataString!"));  
   //std::stringのコンストラクタでstd::string型そのものが引数になる。
+
   //std::stringのコンストラクタでstd::string型そのものが右辺値参照として引数になる。
 
}
 
}
 
</syntaxhighlight2>
 
</syntaxhighlight2>
  
 
[[[Windows#MSVC Runtimeリファレンス|MSVC Runtimeリファレンス]]に戻る
 
[[[Windows#MSVC Runtimeリファレンス|MSVC Runtimeリファレンス]]に戻る

2021年2月9日 (火) 00:00時点における版



個人用ツール
名前空間

変種
操作
案内
ツールボックス