* @brief Returns the current number of elements in the queue. */
| 126 | * @brief Returns the current number of elements in the queue. |
| 127 | */ |
| 128 | [[nodiscard]] std::size_t size() const { return m_size; } |
| 129 | |
| 130 | /** |
| 131 | * @brief Returns the maximum capacity of the queue. |
no outgoing calls
no test coverage detected