libmesh解析
本工作只是尝试解析原libmesh的代码,供学习使用
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 
Public 类型 | 所有成员列表
libMesh::tuple_n< Index, T > 模板结构体 参考

#include <tuple_of.h>

Public 类型

template<typename... Args>
using type = typename tuple_n< Index-1, T >::template type< T, Args...>
 

详细描述

template<std::size_t Index, typename T>
struct libMesh::tuple_n< Index, T >

在文件 tuple_of.h12 行定义.

成员类型定义说明

template<std::size_t Index, typename T >
template<typename... Args>
using libMesh::tuple_n< Index, T >::type = typename tuple_n<Index-1, T>::template type<T, Args...>

在文件 tuple_of.h14 行定义.


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