Seastar
High performance C++ framework for concurrent servers
Public Types | Static Public Attributes | List of all members
seastar::function_traits< Ret(T::*)(Args...)> Struct Template Reference
Inheritance diagram for seastar::function_traits< Ret(T::*)(Args...)>:
seastar::function_traits< Ret(Args...)>

Public Types

using return_type = Ret
 
using args_as_tuple = std::tuple< Args... >
 
using signature = Ret(Args...)
 

Static Public Attributes

static constexpr std::size_t arity = sizeof...(Args)
 

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