File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 6525
6525
6526
6526
\indexlibrary {\idxcode {ssize(C\& c)}}%
6527
6527
\begin {itemdecl }
6528
- template <class C>
6529
- constexpr auto ssize(const C& c)
6530
- -> common_type_t<ptrdiff_t, make_signed_t<decltype(c.size())>>;
6528
+ template <class C> constexpr auto ssize(const C& c)
6529
+ -> common_type_t<ptrdiff_t, make_signed_t<decltype(c.size())>>;
6531
6530
\end {itemdecl }
6532
6531
\begin {itemdescr }
6533
6532
\pnum \returns
6538
6537
6539
6538
\indexlibrary {\idxcode {ssize(T (\& array)[N])}}%
6540
6539
\begin {itemdecl }
6541
- template <class T, ptrdiff_t N>
6542
- constexpr ptrdiff_t ssize(const T (&array)[N]) noexcept;
6540
+ template <class T, ptrdiff_t N> constexpr ptrdiff_t ssize(const T (&array)[N]) noexcept;
6543
6541
\end {itemdecl }
6544
6542
\begin {itemdescr }
6545
6543
\pnum \returns \tcode {N}.
You can’t perform that action at this time.
0 commit comments