|
16012 | 16012 | const_reverse_iterator crend() const noexcept;
|
16013 | 16013 |
|
16014 | 16014 | // \ref{flat.map.capacity}, capacity
|
16015 |
| - [[nodiscard]] bool empty() const noexcept; |
| 16015 | + bool empty() const noexcept; |
16016 | 16016 | size_type size() const noexcept;
|
16017 | 16017 | size_type max_size() const noexcept;
|
16018 | 16018 |
|
|
17200 | 17200 | const_reverse_iterator crend() const noexcept;
|
17201 | 17201 |
|
17202 | 17202 | // capacity
|
17203 |
| - [[nodiscard]] bool empty() const noexcept; |
| 17203 | + bool empty() const noexcept; |
17204 | 17204 | size_type size() const noexcept;
|
17205 | 17205 | size_type max_size() const noexcept;
|
17206 | 17206 |
|
|
17756 | 17756 | const_reverse_iterator crend() const noexcept;
|
17757 | 17757 |
|
17758 | 17758 | // capacity
|
17759 |
| - [[nodiscard]] bool empty() const noexcept; |
| 17759 | + bool empty() const noexcept; |
17760 | 17760 | size_type size() const noexcept;
|
17761 | 17761 | size_type max_size() const noexcept;
|
17762 | 17762 |
|
|
18419 | 18419 | const_reverse_iterator crend() const noexcept;
|
18420 | 18420 |
|
18421 | 18421 | // capacity
|
18422 |
| - [[nodiscard]] bool empty() const noexcept; |
| 18422 | + bool empty() const noexcept; |
18423 | 18423 | size_type size() const noexcept;
|
18424 | 18424 | size_type max_size() const noexcept;
|
18425 | 18425 |
|
|
23217 | 23217 | constexpr reference operator[](const array<OtherIndexType, rank()>& indices) const;
|
23218 | 23218 |
|
23219 | 23219 | constexpr size_type size() const noexcept;
|
23220 |
| - [[nodiscard]] constexpr bool empty() const noexcept; |
| 23220 | + constexpr bool empty() const noexcept; |
23221 | 23221 |
|
23222 | 23222 | friend constexpr void swap(mdspan& x, mdspan& y) noexcept;
|
23223 | 23223 |
|
|
23683 | 23683 |
|
23684 | 23684 | \indexlibrarymember{empty}{mdspan}%
|
23685 | 23685 | \begin{itemdecl}
|
23686 |
| -[[nodiscard]] constexpr bool empty() const noexcept; |
| 23686 | +constexpr bool empty() const noexcept; |
23687 | 23687 | \end{itemdecl}
|
23688 | 23688 |
|
23689 | 23689 | \begin{itemdescr}
|
|
0 commit comments