![]() |
![]() |
Public Types | |
typedef signal_emit1< void, T_arg1, nil > | self_type |
typedef void | result_type |
typedef slot<void, T_arg1> | slot_type |
typedef signal_impl::const_iterator_type | iterator_type |
typedef slot_type::call_type | call_type |
Static Public Member Functions | |
static result_type | emit (signal_impl* impl, typename type_trait<T_arg1>::take _A_a1) |
Executes a list of slots using an accumulator of type T_accumulator. |
This template specialization implements an optimized emit() function for the case that no accumulator is used and the return type is void
.
|
|
|
|
|
|
|
|
|
|
|
Executes a list of slots using an accumulator of type T_accumulator. The arguments are passed directly on to the slots.
|