🛰️航天仿真算法库 SpaceAST 0.0.1
载入中...
搜索中...
未找到
ast::detail::decode_impl< Tag, Pos, Count > 模板结构体 参考

Public 类型

using type
 

成员类型定义说明

◆ type

template<uint64_t Tag, int Pos, int Count>
using ast::detail::decode_impl< Tag, Pos, Count >::type
初始值:
decltype(
std::tuple_cat(
std::tuple<typename make_arg_pair<Tag % num_types, Pos>::type>(),
typename decode_impl<Tag / num_types, Pos + 1, Count - 1>::type()
)
)

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