Public Types | |
using | func_type = Result(Args...) |
using | return_type = Result |
using | parameter_types = typelist::typelist< Args... > |
Static Public Attributes | |
static constexpr auto | number_of_parameters = sizeof...(Args) |
Definition at line 39 of file Metaprogramming.h.