Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 759 Bytes

scoped_allocator.md

File metadata and controls

15 lines (10 loc) · 759 Bytes

scoped_allocator

  • scoped_allocator[meta header]
  • cpp11[meta cpp]

<scoped_allocator>ヘッダでは、vector<string>のような、要素とコンテナで両方にメモリ確保が必要になった場合、コンテナと要素で同じアロケータからメモリ確保する戦略をとるためのアロケータアダプタを提供する。

名前 説明 対応バージョン
scoped_allocator_adaptor 入れ子になったオブジェクトに同じアロケータを使用するためのアダプタ(class template) C++11

バージョン

言語

  • C++11