Go to the source code of this file.
#define MFSU_0_ARG_UPDATER_DECL |
( |
|
cb | ) |
decltype(ActivityRegistry::s##cb)::result_type updateStatusTo##cb() |
#define MFSU_0_ARG_UPDATER_DEFN |
( |
|
cb | ) |
|
#define MFSU_1_ARG_UPDATER_DECL |
( |
|
cb | ) |
|
Value: decltype(ActivityRegistry::
s##cb)::slot_argument_type<0>)
Definition at line 14 of file MFStatusUpdater.h.
#define MFSU_1_ARG_UPDATER_DEFN |
( |
|
cb | ) |
|
Value: MFStatusUpdater::updateStatusTo##cb(decltype( \
ActivityRegistry::
s##cb)::slot_argument_type<0> arg1 [[maybe_unused]])
Definition at line 18 of file MFStatusUpdater.h.
#define MFSU_2_ARG_UPDATER_DECL |
( |
|
cb | ) |
|
Value: decltype(ActivityRegistry::
s##cb)::slot_argument_type<0>, \
decltype(ActivityRegistry::
s##cb)::slot_argument_type<1>)
Definition at line 23 of file MFStatusUpdater.h.
#define MFSU_2_ARG_UPDATER_DEFN |
( |
|
cb | ) |
|
Value: MFStatusUpdater::updateStatusTo##cb( \
decltype(ActivityRegistry::
s##cb)::slot_argument_type<0> arg1 \
[[maybe_unused]], \
decltype(ActivityRegistry::
s##cb)::slot_argument_type<1> arg2 \
[[maybe_unused]])
Definition at line 28 of file MFStatusUpdater.h.