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 1907
1907
\lhdr {Template} & \rhdr {Comments} \\ \capsep
1908
1908
\endhead
1909
1909
1910
- \indexlibraryglobal {type_identity}%
1911
1910
\tcode {template<class T>\br
1912
- struct type_identity;}
1911
+ struct @ \libglobal { type_identity}@ ;}
1913
1912
&
1914
1913
The member typedef \tcode {type} denotes \tcode {T}. \\ \rowsep
1915
1914
1916
- \indexlibraryglobal {remove_cvref}%
1917
- \tcode {template<class T>\br struct remove_cvref;}
1915
+ \tcode {template<class T>\br struct @\libglobal {remove_cvref}@;}
1918
1916
&
1919
1917
The member typedef \tcode {type} denotes
1920
1918
\tcode {remove_cv_t<remove_reference_t<T>>}.
1921
1919
\\ \rowsep
1922
1920
1923
- \indexlibraryglobal {decay}%
1924
- \tcode {template<class T>\br struct decay;}
1921
+ \tcode {template<class T>\br struct @\libglobal {decay}@;}
1925
1922
&
1926
1923
Let \tcode {U} be \tcode {remove_reference_t<T>}. If \tcode {is_array_v<U>} is
1927
1924
\tcode {true}, the member typedef \tcode {type} denotes
1937
1934
\end {tailnote }
1938
1935
\\ \rowsep
1939
1936
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}@;}
1942
1938
&
1943
1939
If \tcode {B} is \tcode {true}, the member typedef \tcode {type}
1944
1940
denotes \tcode {T}; otherwise, there shall be no member
You can’t perform that action at this time.
0 commit comments