Span::empty() Returns a boolean indicating whether or not this span is considered empty.
| 3249 | // |
| 3250 | // Returns a boolean indicating whether or not this span is considered empty. |
| 3251 | constexpr bool empty() const noexcept { return size() == 0; } |
| 3252 | |
| 3253 | // Span::operator[] |
| 3254 | // |