Priority

Embodies the notion of a priority at which a postprocessor should be instantiated, and as such, the order in which they will be called to process events.

struct Priority {}

Members

Functions

opUnary
auto opUnary()

Helper opUnary to allow for -10.priority, instead of having to do the (more correct) (-10).priority.

Variables

value
int value;

Numerical priority value. Lower is higher.

Meta