File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change 16411
16411
16412
16412
template<class T> struct has_unique_object_representations;
16413
16413
16414
- template<class T> struct has_strong_structural_equality;
16415
-
16416
16414
// \ref{meta.unary.prop.query}, type property queries
16417
16415
template<class T> struct alignment_of;
16418
16416
template<class T> struct rank;
16691
16689
inline constexpr bool has_unique_object_representations_v
16692
16690
= has_unique_object_representations<T>::value;
16693
16691
16694
- template<class T>
16695
- inline constexpr bool has_strong_structural_equality_v
16696
- = has_strong_structural_equality<T>::value;
16697
-
16698
16692
// \ref{meta.unary.prop.query}, type property queries
16699
16693
template<class T>
16700
16694
inline constexpr size_t @\libglobal{alignment_of_v}@ = alignment_of<T>::value;
17352
17346
\tcode{T} shall be a complete type, \cv{}~\tcode{void}, or
17353
17347
an array of unknown bound. \\ \rowsep
17354
17348
17355
- \indexlibraryglobal{has_strong_structural_equality}%
17356
- \tcode{template<class T>}\br
17357
- \tcode{struct has_strong_structural_equality;} &
17358
- The type \tcode{T} has
17359
- strong structural equality\iref{class.compare.default}. &
17360
- \tcode{T} shall be a complete type, \cv{} \tcode{void}, or
17361
- an array of unknown bound. \\ \rowsep
17362
-
17363
17349
\end{libreqtab3b}
17364
17350
17365
17351
\pnum
You can’t perform that action at this time.
0 commit comments