ZeroErr
载入中...
搜索中...
未找到
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. 更多...

#include <fuzztest.h>

Public 类型

using ValueType = std::tuple< Args... >
 

静态 Public 属性

static constexpr size_t numOfArgs = sizeof...(Args)
 

详细描述

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.

成员类型定义说明

◆ ValueType

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

类成员变量说明

◆ numOfArgs

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

该结构体的文档由以下文件生成: