ttg 1.0.0
Template Task Graph (TTG): flowgraph-based programming model for high-performance distributed-memory algorithms
Loading...
Searching...
No Matches
Public Types | List of all members
ttg::detail::input_terminals_tuple< keyT, valuesT > Struct Template Reference

#include <terminal.h>

Public Types

using type = std::tuple< ttg::In< keyT, valuesT >... >
 

Detailed Description

template<typename keyT, typename... valuesT>
struct ttg::detail::input_terminals_tuple< keyT, valuesT >

Definition at line 345 of file terminal.h.

Member Typedef Documentation

◆ type

template<typename keyT , typename... valuesT>
using ttg::detail::input_terminals_tuple< keyT, valuesT >::type = std::tuple<ttg::In<keyT, valuesT>...>

Definition at line 346 of file terminal.h.


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