.. index:: pair: struct; tuple_array .. _doxid-structtuple__array: template struct tuple_array =========================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include template struct tuple_array { // fields decltype(std::tuple_cat(std::tuple(), typename tuple_array::type())) typedef :target:`type`; };