clear method

void clear()

Clears the output buffer.

Implementation

void clear() {
  _out.clear();
}