File tree 1 file changed +4
-3
lines changed 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -90,9 +90,10 @@ The following table provides an overview of available policies:
90
90
+--------------------------------------------------+----------------------------------------------------------------------------+
91
91
| :enum: `return_value_policy::automatic ` | **Default policy. ** This policy falls back to the policy |
92
92
| | :enum: `return_value_policy::take_ownership ` when the return value is a |
93
- | | pointer. Otherwise, it uses :enum: `return_value::move ` or |
94
- | | :enum: `return_value::copy ` for rvalue and lvalue references, respectively. |
95
- | | See above for a description of what all of these different policies do. |
93
+ | | pointer. Otherwise, it uses :enum: `return_value_policy::move ` or |
94
+ | | :enum: `return_value_policy::copy ` for rvalue and lvalue references, |
95
+ | | respectively. See above for a description of what all of these different |
96
+ | | policies do. |
96
97
+--------------------------------------------------+----------------------------------------------------------------------------+
97
98
| :enum: `return_value_policy::automatic_reference ` | As above, but use policy :enum: `return_value_policy::reference ` when the |
98
99
| | return value is a pointer. This is the default conversion policy for |
You can’t perform that action at this time.
0 commit comments