次の方法で共有


<memory_resource>

コンテナーのクラス テンプレート memory_resource とそのサポート用テンプレートを定義します。

構文

#include <memory_resource>

メンバー

演算子

名前 説明
operator!= 演算子の左側の memory_resource オブジェクトが右側の memory_resource オブジェクトと等しくないかどうかを調べます。
operator== 演算子の左側の memory_resource オブジェクトが右側の memory_resource オブジェクトと等しいかどうかを調べます。

特殊テンプレート関数

名前 説明
polymorphic_allocator

関数

名前 説明
get_default_resource
new_delete_resource
null_memory_resource
set_default_resource

クラスと構造体

名前 説明
memory_resource クラス
monotonic_buffer_resource クラス
pool_options 構造体
synchronized_pool_resource クラス
unsynchronized_pool_resource クラス

関連項目

ヘッダー ファイル リファレンス
C++ 標準ライブラリ内のスレッド セーフ
C++ 標準ライブラリ リファレンス