My Project
|
Provides the member typedef type which is the result of calling bsl::invoke<F, ARGS...> if the provided template arguments are valid. More...
#include <invoke_result.hpp>
Inherits invoke_traits< void, FUNC, TN... >.
Provides the member typedef type which is the result of calling bsl::invoke<F, ARGS...> if the provided template arguments are valid.
FUNC | the type that defines the function being called |
TN | the types that define the arguments passed to the provided function when called. |