Namespaces
Variants

std::pmr::unsynchronized_pool_resource:: options

From cppreference.net
Memory management library
( exposition only* )
Allocators
Uninitialized memory algorithms
Constrained uninitialized memory algorithms
Memory resources
Uninitialized storage (until C++20)
( until C++20* )
( until C++20* )
( until C++20* )

Garbage collector support (until C++23)
(C++11) (until C++23)
(C++11) (until C++23)
(C++11) (until C++23)
(C++11) (until C++23)
(C++11) (until C++23)
(C++11) (until C++23)
std:: pmr :: pool_options options ( ) const ;
(C++17以降)

このリソースのプーリング動作を制御するオプションを返します。

返される構造体の値は、コンストラクタに指定された値と以下の点で異なる場合があります:

  • 値がゼロの場合、実装で指定されたデフォルト値に置き換えられます;
  • サイズは未指定の粒度に丸められる場合があります。

関連項目

unsynchronized_pool_resource を構築する
(公開メンバ関数)