Wizard
Software Engineering Project - Wizard
|
Public Types | |
using | Result = R |
template<size_t I> | |
using | Arg = ElemFromList<I, Args...> |
using | ArgumentTuple = std::tuple<Args...> |
using | ArgumentMatcherTuple = std::tuple<Matcher<Args>...> |
using | MakeResultVoid = void(Args...) |
using | MakeResultIgnoredValue = IgnoredValue(Args...) |
Static Public Attributes | |
static constexpr size_t | ArgumentCount = sizeof...(Args) |