diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-09-13 11:26:20 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-09-13 11:27:13 +0900 |
commit | 88e602c57797660ebe0f9e15dbd64c1ff16dead3 (patch) | |
tree | e96e9e1d22b982c9f62f86f2357a1f53f9ef9dac /doc/html/interprocess/interprocess_smart_ptr.html | |
parent | 4fadd968fa12130524c8380f33fcfe25d4de79e5 (diff) | |
download | boost-88e602c57797660ebe0f9e15dbd64c1ff16dead3.tar.gz boost-88e602c57797660ebe0f9e15dbd64c1ff16dead3.tar.bz2 boost-88e602c57797660ebe0f9e15dbd64c1ff16dead3.zip |
Imported Upstream version 1.65.1upstream/1.65.1
Change-Id: Ie4005d637141f8311f4b6d46b613478a2b3dae59
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'doc/html/interprocess/interprocess_smart_ptr.html')
-rw-r--r-- | doc/html/interprocess/interprocess_smart_ptr.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/interprocess/interprocess_smart_ptr.html b/doc/html/interprocess/interprocess_smart_ptr.html index 76d98d1c60..09517235ae 100644 --- a/doc/html/interprocess/interprocess_smart_ptr.html +++ b/doc/html/interprocess/interprocess_smart_ptr.html @@ -442,7 +442,7 @@ <p> To simplify this usage, <code class="computeroutput"><a class="link" href="../boost/interprocess/shared_ptr.html" title="Class template shared_ptr">boost::interprocess::shared_ptr</a></code> header offers a shared pointer definition helper class (<code class="computeroutput"><a class="link" href="../boost/interprocess/managed_shared_ptr.html" title="Struct template managed_shared_ptr">managed_shared_ptr</a></code>) - and a function (<code class="computeroutput"><a class="link" href="../boost/interprocess/make_managed_s_idp63632112.html" title="Function template make_managed_shared_ptr">make_managed_shared_ptr</a></code>) + and a function (<code class="computeroutput"><a class="link" href="../boost/interprocess/make_managed_s_idp56516704.html" title="Function template make_managed_shared_ptr">make_managed_shared_ptr</a></code>) to easily construct a shared pointer from a type allocated in a managed segment with an allocator that will allocate the reference count also in the managed segment and a deleter that will erase the object from the segment. |