Zth (libzth)
|
#include <context.h>
Public Types | |
template<typename R > | |
using | function_type = R(A...) |
using | tuple_type = std::tuple< typename Packed< A >::type... > |
Static Public Attributes | |
constexpr static size_t | size = sizeof...(A) |
using zth::impl::Arguments< A >::function_type = R(A...) |
using zth::impl::Arguments< A >::tuple_type = std::tuple<typename Packed<A>::type...> |
|
staticconstexpr |