#include <combinators.hpp>
|
typedef MessageReturnType | result_type |
|
|
bool | add_result (const MessageReturnType &r) |
| The function used by the code generated for multicast messages.
|
|
const result_type & | result () const |
|
void | reset () |
| Resets the result, so the instance could be reused.
|
|
template<typename MessageReturnType>
class dynamix::combinators::sum< MessageReturnType >
A combinator for a sum operation. Sums all the return values of the multicast chain.
- Template Parameters
-
MessageReturnType | The actual return type of the messages. |
template<typename MessageReturnType>
The result of the operation if the multicast call has been made with an input/output parameter - an instance of sum
The documentation for this class was generated from the following file: