halcheck
1.0
Loading...
Searching...
No Matches
halcheck
lib
effect
invoke
invoke
save
◆
invoke()
[1/2]
template<typename T , typename... Args>
static
lib::effect_result_t
< T > halcheck::lib::effect::invoke
(
Args &&...
args
)
inline
static
Invokes an effect.
Template Parameters
T
The type of effect to invoke.
Args
The types of arguments to pass to the effect.
Parameters
args
The arguments to pass to the effect.
Returns
The result of invoking the effect.
Postcondition
effect::invoke
<T>(args...) ==
effect::invoke
(T{args...})
Generated by
1.12.0