comparison dyncall/dyncall.3 @ 559:52e87d4988e3

man page clarification
author Tassilo Philipp
date Sat, 03 Sep 2022 16:39:01 +0200
parents 71c884e610f0
children e5164ef59a6a
comparison
equal deleted inserted replaced
558:9eb5d92e5c5d 559:52e87d4988e3
208 .Ft DCaggr* 208 .Ft DCaggr*
209 argument is needed. Also, as 209 argument is needed. Also, as
210 .Nm 210 .Nm
211 is oblivious to how to do any custom/non-trivial construction or copy, and thus 211 is oblivious to how to do any custom/non-trivial construction or copy, and thus
212 cannot do the copy of the aggregate, passed by-value, itself, the user has to 212 cannot do the copy of the aggregate, passed by-value, itself, the user has to
213 provide such copies, where needed. E.g. when passing such an aggregate as an 213 provide such copies, manually, where needed (e.g. when passing such an
214 argument by-value, using 214 aggregate as an argument by-value, using
215 .Fn dcArgAggr , 215 .Fn dcArgAggr ,
216 in order to preserver the call's by-value semantics. 216 in order to preserver the call's by-value semantics).
217 .Pp 217 .Pp
218 .Fn dcArgF , 218 .Fn dcArgF ,
219 .Fn dcVArgF , 219 .Fn dcVArgF ,
220 .Fn dcCallF 220 .Fn dcCallF
221 and 221 and