A flows class that computes in and out flows based on the tuple of ph_flows parameter. The last skeleton is used as the output. More...
Public Types | |
using | ph_flows = PhFlows |
using | outputs_map = compute_outputs_t< PhFlows > |
using | inputs_used = typename compute_used_inputs< outputs_map >::type |
template<typename Ph > | |
using | get_outputs_of_t = value_of_key_t< Ph, outputs_map > |
template<typename Ph > | |
using | get_ph_index = get_index_of_ph< Ph, PhFlows > |
template<size_t N> | |
using | get_ph_of_index_t = typename tuple_element< N, PhFlows >::type::output_t |
A flows class that computes in and out flows based on the tuple of ph_flows parameter. The last skeleton is used as the output.