A Sequencer
that does not enforce any ordering.
More...
#include <sequencers.h>
Public Member Functions | |
optional< Result > | next (ResultProducer next_result) override |
Additional Inherited Members | |
![]() | |
using | ResultProducer = std::function< optional< Result >()> |
A Sequencer
that does not enforce any ordering.
It is effectively the identity function.
Definition at line 38 of file sequencers.h.