innerIsEmpty method

bool innerIsEmpty()

Implementation

bool innerIsEmpty() {
  return _inner.isEmpty;
}