SupportOrVeto.h
Go to the documentation of this file.
a boolean flag that is false by default and becomes permanently false if vetoed
Definition: SupportOrVeto.h:16
bool decision() const
either the current explicit decision or, by default, false
Definition: SupportOrVeto.h:19
void veto()
makes decision() false regardless of past or future support() calls
Definition: SupportOrVeto.h:29