halcheck 1.0
Loading...
Searching...
No Matches

◆ effect_result_t

template<typename T >
using halcheck::lib::effect_result_t = lib::invoke_result_t<decltype(lib::fallback), const T &>

Evaluates to the result type of the given effect.

Template Parameters
TThe type to query.