ZeroErr
zeroerr::detail::FunctionDecomposition< Args > Struct Template Reference

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)
 

Detailed Description

template<typename... Args>
struct zeroerr::detail::FunctionDecomposition< Args >

FunctionDecomposition is a meta function to decompose the function type. The ValueType and numOfArgs will be the result of the decomposition.

Member Typedef Documentation

◆ ValueType

template<typename... Args>
using zeroerr::detail::FunctionDecomposition< Args >::ValueType = std::tuple<Args...>

Member Data Documentation

◆ numOfArgs

template<typename... Args>
constexpr size_t zeroerr::detail::FunctionDecomposition< Args >::numOfArgs = sizeof...(Args)
staticconstexpr

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