Skip to content

Commit 102a791

Browse files
JohelEGPjwakely
authored andcommitted
[array.syn] Add reference to [array.tuple]
1 parent 7fe6559 commit 102a791

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/containers.tex

+1
Original file line numberDiff line numberDiff line change
@@ -3087,6 +3087,7 @@
30873087
template<class T, size_t N>
30883088
constexpr void swap(array<T, N>& x, array<T, N>& y) noexcept(noexcept(x.swap(y)));
30893089

3090+
// \ref{array.tuple}, tuple interface to class template \tcode{array}
30903091
template<class T> class tuple_size;
30913092
template<size_t I, class T> class tuple_element;
30923093
template<class T, size_t N>

0 commit comments

Comments
 (0)