forked from boostorg/smart_ptr
Documentation fixes
This commit is contained in:
@ -210,7 +210,8 @@ T* get() const noexcept;
|
|||||||
[none]
|
[none]
|
||||||
* {blank}
|
* {blank}
|
||||||
+
|
+
|
||||||
Returns:: The stored pointer.
|
Returns::
|
||||||
|
The stored pointer.
|
||||||
|
|
||||||
### unique
|
### unique
|
||||||
|
|
||||||
@ -220,8 +221,8 @@ bool unique() const noexcept;
|
|||||||
[none]
|
[none]
|
||||||
* {blank}
|
* {blank}
|
||||||
+
|
+
|
||||||
Returns:: `true` if no other `shared_array` is sharing ownership of the
|
Returns::
|
||||||
stored pointer, `false` otherwise.
|
`true` if no other `shared_array` is sharing ownership of the stored pointer, `false` otherwise.
|
||||||
|
|
||||||
### use_count
|
### use_count
|
||||||
|
|
||||||
@ -253,7 +254,8 @@ void swap(shared_array<T>& b) noexcept;
|
|||||||
[none]
|
[none]
|
||||||
* {blank}
|
* {blank}
|
||||||
+
|
+
|
||||||
Effects:: Exchanges the contents of the two smart pointers.
|
Effects::
|
||||||
|
Exchanges the contents of the two smart pointers.
|
||||||
|
|
||||||
## Free Functions
|
## Free Functions
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user