std::experimental::pmr::unsynchronized_pool_resource:: options
From cppreference.net
<
cpp
|
experimental
|
unsynchronized pool resource
C++
Polymorphic allocator library
Convenience aliases for containers using
polymorphic_allocator
|
||||
| Memory resource classes | ||||
| Global memory resources | ||||
| Type-erased allocator support for existing classes | ||||
std::experimental::pmr::unsynchronized_pool_resource
| Public member functions | ||||
|
unsynchronized_pool_resource::options
|
||||
| Protected member functions | ||||
|
pool_options options
(
)
const
;
|
(ライブラリファンダメンタルTS) | |
このリソースのプーリング動作を制御するオプションを返します。
返される構造体の値は、コンストラクタに指定された値と以下の点で異なる場合があります:
- 値がゼロの場合、実装で指定されたデフォルト値に置き換えられます;
- サイズは未指定の粒度に丸められる場合があります。
関連項目
unsynchronized_pool_resource
を構築する
(公開メンバ関数) |