true
false
示例:
void process(State current) { current = State::Started; if (current == State::Stopped) { //代码 } //代码 }