mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 20:54:41 +03:00
Slightly better text for previous commit
This commit is contained in:
@@ -13892,7 +13892,7 @@ To provide statically type-safe manipulation of elements.
|
|||||||
|
|
||||||
##### Reason
|
##### Reason
|
||||||
|
|
||||||
To simplify code and eliminate a need for explicit memory management. To bring an object into a surrounding scope, thereby extending its lifetime. See also [the general item about "out" output values](#Rf-out).
|
To simplify code and eliminate a need for explicit memory management. To bring an object into a surrounding scope, thereby extending its lifetime. See also [F.20, the general item about "out" output values](#Rf-out).
|
||||||
|
|
||||||
##### Example
|
##### Example
|
||||||
|
|
||||||
@@ -13905,7 +13905,7 @@ To simplify code and eliminate a need for explicit memory management. To bring a
|
|||||||
|
|
||||||
##### Exceptions
|
##### Exceptions
|
||||||
|
|
||||||
See the Exceptions in ["out" output values](#Rf-out).
|
See the Exceptions in [F.20](#Rf-out).
|
||||||
|
|
||||||
##### Enforcement
|
##### Enforcement
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user