|
tess 0.4.0
Performance-first tile and path simulation substrate
|
#include <tess/ops/phase_executor.h>
Public Types | |
| using | serial_execution_tag = void |
Public Member Functions | |
| template<typename Fn> | |
| auto | for_each_operation (ExecutorPhaseRange range, Fn &&fn) const -> PlannedExecutionResult |
| template<typename Fn> | |
| auto | for_each_operation (std::size_t first, std::size_t count, Fn &&fn) const -> PlannedExecutionResult |
Executes operation callbacks serially in increasing index order.