|
tess 1.0.0
Performance-first tile and path simulation substrate
|
#include <tess/ops/queued.h>
Public Member Functions | |
| constexpr auto | operations () const &noexcept -> std::span< const PlannedOperation > |
| auto | operations () const &&-> std::span< const PlannedOperation >=delete |
| constexpr bool | empty () const noexcept |
| constexpr auto | size () const noexcept -> std::size_t |
Friends | |
| class | ExecutionReport |
| class | ExecutionPhase |
Immutable ordered view of the operations accepted by one planning pass.