getAndIncrement method

int getAndIncrement()

Implementation

int getAndIncrement() {
  return _value++;
}