Variable SizedQueue.size

Current size of the queu

Declaration

class SizedQueue
{
  // ...
  size_t size;
  // ...
}