Namespaces
Variants

std::pmr::synchronized_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부터)

이 리소스의 풀링 동작을 제어하는 옵션들을 반환합니다.

반환된 구조체의 값들은 생성자에 제공된 값들과 다음과 같은 방식으로 다를 수 있습니다:

  • 값이 0인 경우 구현에서 지정한 기본값으로 대체됩니다;
  • 크기는 지정되지 않은 단위로 반올림될 수 있습니다.

참고 항목

synchronized_pool_resource 를 생성합니다
(public member function)