* @brief Returns the maximum capacity of the queue. */
| 131 | * @brief Returns the maximum capacity of the queue. |
| 132 | */ |
| 133 | [[nodiscard]] std::size_t capacity() const { return m_capacity; } |
| 134 | |
| 135 | /** |
| 136 | * @brief Checks whether the queue is full. |
no outgoing calls