std::pmr::synchronized_pool_resource:: upstream_resource
From cppreference.com
<
cpp
|
memory
|
synchronized pool resource
C++
Dynamic memory management
|
|
std::pmr::synchronized_pool_resource
Public member functions | ||||
synchronized_pool_resource::upstream_resource
|
||||
Protected member functions | ||||
std::
pmr
::
memory_resource
*
upstream_resource
(
)
const
;
|
(since C++17) | |
Returns a pointer to the upstream memory resource. This is the same value as the
upstream
argument passed to the constructor of this object.
See also
constructs a
synchronized_pool_resource
(public member function) |
Retrieved from "
https://en.cppreference.com/mwiki/index.php?title=cpp/memory/synchronized_pool_resource/upstream_resource&oldid=155470
"