File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 3291
3291
This function is a constexpr function.
3292
3292
\end{itemdescr}
3293
3293
3294
+ \newpage
3295
+
3294
3296
\indexlibrarymember{value}{optional}%
3295
3297
\begin{itemdecl}
3296
3298
constexpr const T& value() const&;
10725
10727
A \tcode{shared_ptr} to an object of type \tcode{U[N]},
10726
10728
where \tcode{U} is \tcode{remove_extent_t<T>}.
10727
10729
10730
+ \newpage
10731
+
10728
10732
\pnum
10729
10733
\begin{example}
10730
10734
\begin{codeblock}
17064
17068
// the following assertions hold:
17065
17069
assert(rank_v<int> == 0);
17066
17070
assert(rank_v<int[2]> == 1);
17071
+ @\newpage@
17067
17072
assert(rank_v<int[][4]> == 2);
17068
17073
\end{codeblock}
17069
17074
\end{example}
18807
18812
have the data members and special members specified above.
18808
18813
They have no base classes or members other than those specified.
18809
18814
18815
+ \newpage
18816
+
18810
18817
\rSec2[charconv.to.chars]{Primitive numeric output conversion}
18811
18818
18812
18819
\pnum
You can’t perform that action at this time.
0 commit comments