Seastar
High performance C++ framework for concurrent servers
Public Types | List of all members
seastar::rpc::signature< Ret(const client_info &, opt_time_point, In...)> Struct Template Reference

Public Types

using ret_type = Ret
 
using arg_types = std::tuple< In... >
 
using clean = signature< Ret(In...)>
 
using want_client_info = do_want_client_info
 
using want_time_point = do_want_time_point
 

Member Typedef Documentation

◆ arg_types

template<typename Ret , typename... In>
using seastar::rpc::signature< Ret(const client_info &, opt_time_point, In...)>::arg_types = std::tuple<In...>

◆ clean

template<typename Ret , typename... In>
using seastar::rpc::signature< Ret(const client_info &, opt_time_point, In...)>::clean = signature<Ret (In...)>

◆ ret_type

template<typename Ret , typename... In>
using seastar::rpc::signature< Ret(const client_info &, opt_time_point, In...)>::ret_type = Ret

◆ want_client_info

template<typename Ret , typename... In>
using seastar::rpc::signature< Ret(const client_info &, opt_time_point, In...)>::want_client_info = do_want_client_info

◆ want_time_point

template<typename Ret , typename... In>
using seastar::rpc::signature< Ret(const client_info &, opt_time_point, In...)>::want_time_point = do_want_time_point

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