@brief Default constructor - creates an empty queue
| 28 | public: |
| 29 | /// @brief Default constructor - creates an empty queue |
| 30 | queue() FL_NOEXCEPT = default; |
| 31 | |
| 32 | /// @brief Construct queue with a copy of the given container |
| 33 | /// @param container Container to copy |
no outgoing calls
no test coverage detected