diff options
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. |