true
false
예:
void process(State current) { current = State::Started; if (current == State::Stopped) { //코드 } //코드 }