* Size [container.requirements.general] * * @return Size of the array in bytes. */
| 261 | * @return Size of the array in bytes. |
| 262 | */ |
| 263 | [[nodiscard]] inline size_t size() const { |
| 264 | return size_; |
| 265 | } |
| 266 | |
| 267 | /** |
| 268 | * Accessor to the start of the contiguous container, non-constant. |
no outgoing calls