Seastar
High performance C++ framework for concurrent servers
Public Types | Static Public Member Functions | List of all members
seastar::alien::internal::return_type_of< Func, false > Struct Template Reference

Public Types

using return_tuple_t = typename futurize< std::invoke_result_t< Func > >::tuple_type
 
using type = std::tuple_element_t< 0, return_tuple_t >
 

Static Public Member Functions

static void set (std::promise< type > &p, return_value_t< Func > &&t)
 

The documentation for this struct was generated from the following file: