Files
boost_smart_ptr/doc/smart_ptr/shared_ptr.adoc

16 lines
272 B
Plaintext
Raw Normal View History

////
Copyright 2017 Peter Dimov
Distributed under the Boost Software License, Version 1.0.
See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt
////
[#shared_ptr]
2017-06-12 03:12:03 +03:00
# shared_ptr: Shared Ownership
:toc:
:toc-title:
2017-06-12 03:12:03 +03:00
:idprefix: shared_ptr_