We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b11da8f commit 5c1ebe9Copy full SHA for 5c1ebe9
source/strings.tex
@@ -5380,6 +5380,11 @@
5380
\rSec2[basic.string.hash]{Hash support}
5381
5382
\indexlibrarymember{hash}{basic_string}%
5383
+\indexlibrarymember{hash}{string}%
5384
+\indexlibrarymember{hash}{u8string}%
5385
+\indexlibrarymember{hash}{u16string}%
5386
+\indexlibrarymember{hash}{u32string}%
5387
+\indexlibrarymember{hash}{wstring}%
5388
\begin{itemdecl}
5389
template<class A> struct hash<basic_string<char, char_traits<char>, A>>;
5390
template<class A> struct hash<basic_string<char8_t, char_traits<char8_t>, A>>;
0 commit comments