Home
last modified time | relevance | path

Searched refs:has_input_ports_type (Results 1 – 1 of 1) sorted by relevance

/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_node_set_impl.h89 using has_input_ports_type = supports<T, alias_helpers::input_ports_type>; variable
169 static auto get(NodeType& node) -> decltype(get_impl(node, has_input_ports_type<NodeType>()))
172 return get_impl(node, has_input_ports_type<NodeType>());