Simple-Utility v2.3.1
|
Trait type determining the result of a std::apply
call.
More...
#include <General.hpp>
Public Types | |
using | type = decltype(std::apply(std::declval< Func >(), std::declval< Tuple >())) |
Trait type determining the result of a std::apply
call.
Func | Type to check. |
Tuple | Provided tuple argument type. |
using sl::tuple::apply_result< Func, Tuple >::type = decltype(std::apply(std::declval<Func>(), std::declval<Tuple>())) |