Skip to content

Commit 9758963

Browse files
tkoeppeeisenwave
andauthored
Update source/containers.tex
Co-authored-by: Jan Schultke <[email protected]>
1 parent 17bdb94 commit 9758963

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

source/containers.tex

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24692,11 +24692,14 @@
2469224692
constexpr reference operator[](const array<OtherIndexType, rank()>& indices) const;
2469324693

2469424694
template<class... OtherIndexTypes>
24695-
constexpr reference at(OtherIndexTypes... indices) const; // freestanding-deleted
24695+
constexpr reference
24696+
at(OtherIndexTypes... indices) const; // freestanding-deleted
2469624697
template<class OtherIndexType>
24697-
constexpr reference at(span<OtherIndexType, rank()> indices) const; // freestanding-deleted
24698+
constexpr reference
24699+
at(span<OtherIndexType, rank()> indices) const; // freestanding-deleted
2469824700
template<class OtherIndexType>
24699-
constexpr reference at(const array<OtherIndexType, rank()>& indices) const; // freestanding-deleted
24701+
constexpr reference
24702+
at(const array<OtherIndexType, rank()>& indices) const; // freestanding-deleted
2470024703

2470124704
constexpr size_type size() const noexcept;
2470224705
constexpr bool empty() const noexcept;

0 commit comments

Comments
 (0)