increment method

void increment()

Implementation

void increment() {
  ++_count.value;
}