Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_node_set_impl.h101 struct is_async_node : std::false_type {}; struct
104 struct is_async_node<async_node<Args...>> : std::true_type {};
204 static auto get(NodeType& node) -> decltype(get_impl(node, is_async_node<NodeType>()))
207 return get_impl(node, is_async_node<NodeType>());