@brief Returns whether the container is empty */
| 67 | |
| 68 | /** @brief Returns whether the container is empty */ |
| 69 | bool empty() const { |
| 70 | return !Size; |
| 71 | } |
| 72 | |
| 73 | protected: |
| 74 | /** @brief Sets internal vector size */ |
no outgoing calls
no test coverage detected