isEmpty method

bool isEmpty()

Implementation

bool isEmpty(){
  return _queue.isEmpty;
}