File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 19071907\lhdr {Template} & \rhdr {Comments} \\ \capsep
19081908\endhead
19091909
1910- \indexlibraryglobal {type_identity}%
19111910\tcode {template<class T>\br
1912- struct type_identity;}
1911+ struct @ \libglobal { type_identity}@ ;}
19131912 &
19141913 The member typedef \tcode {type} denotes \tcode {T}. \\ \rowsep
19151914
1916- \indexlibraryglobal {remove_cvref}%
1917- \tcode {template<class T>\br struct remove_cvref;}
1915+ \tcode {template<class T>\br struct @\libglobal {remove_cvref}@;}
19181916 &
19191917 The member typedef \tcode {type} denotes
19201918 \tcode {remove_cv_t<remove_reference_t<T>>}.
19211919 \\ \rowsep
19221920
1923- \indexlibraryglobal {decay}%
1924- \tcode {template<class T>\br struct decay;}
1921+ \tcode {template<class T>\br struct @\libglobal {decay}@;}
19251922 &
19261923 Let \tcode {U} be \tcode {remove_reference_t<T>}. If \tcode {is_array_v<U>} is
19271924 \tcode {true}, the member typedef \tcode {type} denotes
19371934\end {tailnote }
19381935 \\ \rowsep
19391936
1940- \indexlibraryglobal {enable_if}%
1941- \tcode {template<bool B, class T = void>} \tcode {struct enable_if;}
1937+ \tcode {template<bool B, class T = void>} \tcode {struct @\libglobal {enable_if}@;}
19421938 &
19431939 If \tcode {B} is \tcode {true}, the member typedef \tcode {type}
19441940 denotes \tcode {T}; otherwise, there shall be no member
You can’t perform that action at this time.
0 commit comments