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

Public Member Functions

 task_graph (const std::string &name)
 
- Public Member Functions inherited from sbx::containers::detail::graph_builder
 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)
 

Additional Inherited Members

- Protected Attributes inherited from sbx::containers::detail::graph_builder
graph_base_graph
 

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