Returns true if empty, false otherwise Returned value may not reflect results of pending operations. This operation reads shared data and will trigger a race condition. */
| 201 | /** Returned value may not reflect results of pending operations. |
| 202 | This operation reads shared data and will trigger a race condition. */ |
| 203 | bool empty() const { return size()==0; } |
| 204 | |
| 205 | //! Returns the current number of elements contained in the queue |
| 206 | /** Returned value may not reflect results of pending operations. |