|
|
◆ invoke() [2/2]
Invokes an effect.
- Template Parameters
-
| T | The type of effect to invoke. |
- Parameters
-
| args | The arguments to the effect. |
- Returns
- The result of invoking the effect.
- Postcondition
- If called before any handler has been installed,
lib::effect::invoke(args) == lib::fallback(args).
|