NRP Core  1.4.1
tuple_array< T, N > Struct Template Reference

#include <functional_node.h>

Public Attributes

decltype(std::tuple_cat(std::tuple< T >(), typename tuple_array< T, N-1 >::type())) typedef type
 

Member Data Documentation

◆ type

template<typename T , size_t N>
decltype(std::tuple_cat(std::tuple<T>(), typename tuple_array<T, N-1>::type())) typedef tuple_array< T, N >::type

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