reset method

void reset()

Reset value, status and error to its initial state.

Implementation

void reset() {
  _value.reset();
  _error.reset();
  _status.reset();
}