ZeroErr
|
FunctionDecomposition is a meta function to decompose the function type. The ValueType and numOfArgs will be the result of the decomposition. More...
#include <fuzztest.h>
Public Types | |
using | ValueType = std::tuple< Args... > |
Static Public Attributes | |
static constexpr size_t | numOfArgs = sizeof...(Args) |
FunctionDecomposition is a meta function to decompose the function type. The ValueType and numOfArgs will be the result of the decomposition.
using zeroerr::detail::FunctionDecomposition< Args >::ValueType = std::tuple<Args...> |
|
staticconstexpr |