VIPRA Documentation
|
Utility class for getting the result of a function or a default type if the function returns void. More...
#include <invoke_result_or.hpp>
Public Types | |
using | type |
Utility class for getting the result of a function or a default type if the function returns void.
result_t | |
func_t | |
arg_ts |
using VIPRA::Util::invoke_result_or< result_t, func_t, arg_ts >::type |