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

◆ invoke_result_t

template<typename F , typename... Args>
using halcheck::lib::invoke_result_t = decltype(lib::invoke(std::declval<F>(), std::declval<Args>()...))

An implementation of std::invoke_result_t.

See also
std::invoke_result_t