Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::pmr::unsynchronized_pool_resource::options

      From cppreference.com
      <cpp‎ |memory‎ |unsynchronized pool resource
       
       
      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*)
      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;
      (since C++17)

      Returns the options that controls the pooling behavior of this resource.

      The values in the returned struct may differ from those supplied to the constructor in the following ways:

      • Values of zero will be replaced with implementation-specified defaults;
      • Sizes may be rounded to an unspecified granularity.

      [edit] See also

      constructs anunsynchronized_pool_resource
      (public member function)[edit]
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/memory/unsynchronized_pool_resource/options&oldid=155526"

      [8]ページ先頭

      ©2009-2025 Movatter.jp