예제 #1
0
 bool pop_or_not ()
 {
     return !running || !queue.empty();
 };
예제 #2
0
 bool empty ()
 {
     return queue.empty ();
 };