* @brief Constructs the queue storage (parameter ignored, required for interface compatibility). * * @warning Do not construct manually. This constructor may change anytime. */
| 28 | * @warning Do not construct manually. This constructor may change anytime. |
| 29 | */ |
| 30 | explicit queue_storage(std::size_t) {} |
| 31 | |
| 32 | /** |
| 33 | * @brief Adds an element to the back of the queue. |
nothing calls this directly
no outgoing calls
no test coverage detected