* @brief Pointer to the first element */
| 827 | * @brief Pointer to the first element |
| 828 | */ |
| 829 | constexpr T* begin() const { return _data; } |
| 830 | /** @overload */ |
| 831 | constexpr T* cbegin() const { return _data; } |
| 832 |
no outgoing calls
no test coverage detected