2
0
mirror of https://github.com/boostorg/signals.git synced 2026-01-19 04:42:10 +00:00

Use firstterm

[SVN r25046]
This commit is contained in:
Douglas Gregor
2004-09-13 15:40:23 +00:00
parent 42d6f7828e
commit e4100ec905

View File

@@ -391,7 +391,7 @@ connected to <code>sig</code> must therefore be able to take two
<section><title>Signal Return Values (Advanced)</title>
<para>Just as slots can receive arguments, they can also return
values. These values can then be returned back to the caller of the
signal through a <emphasis>combiner</emphasis>. The combiner is a mechanism
signal through a <firstterm>combiner</firstterm>. The combiner is a mechanism
that can take the results of calling slots (there many be no
results or a hundred; we don't know until the program runs) and
coalesces them into a single result to be returned to the caller.