sandbox
Loading...
Searching...
No Matches
sbx::containers::detail::graph_builder Class Reference
Inheritance diagram for sbx::containers::detail::graph_builder:
sbx::containers::detail::sub_graph sbx::containers::task_graph

Public Member Functions

 graph_builder (graph_base &graph)
 
template<typename Callable >
requires (is_static_task_v<Callable>)
auto emplace (Callable &&callable) -> task
 
template<typename... Callables>
requires (sizeof...(Callables) > 1u)
auto emplace (Callables &&... callables) -> decltype(auto)
 

Protected Attributes

graph_base_graph
 

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