Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_node_set_impl.h44 return get_impl(object, std::is_base_of<graph_node, T>()); in get()
50 static graph& get_impl(const T& object, std::true_type) { in get_impl() function
55 static graph& get_impl(const T& object, std::false_type) { in get_impl() function
157 static auto get_impl(NodeType& node, std::true_type) -> decltype(input_port<I>(node)) {
162 static NodeType& get_impl(NodeType& node, std::false_type) { return node; }
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>());
188 static auto& get_impl(NodeType& node, std::false_type)
197 static AsyncNode& get_impl(AsyncNode& node, std::true_type) { return node; }
204 static auto get(NodeType& node) -> decltype(get_impl(node, is_async_node<NodeType>()))
[all …]