My Project
Classes | Typedefs
invoke_result.hpp File Reference
#include "details/invoke_traits.hpp"

Go to the source code of this file.

Classes

class  bsl::invoke_result< FUNC, TN >
 Provides the member typedef type which is the result of calling bsl::invoke<F, ARGS...> if the provided template arguments are valid. More...
 

Typedefs

template<typename FUNC , typename... TN>
using bsl::invoke_result_t = typename invoke_result< FUNC, TN... >::type
 a helper that reduces the verbosity of bsl::invoke_result
 

Detailed Description