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.
char8_t
1 parent 9eb5298 commit cb8b6f9Copy full SHA for cb8b6f9
documentation/cxx-interop/status/index.md
@@ -352,6 +352,7 @@ standard library that can be represented in C++:
352
| `CBool` | `bool` |
353
| `CChar` | `char` |
354
| `CWideChar` | `wchar_t` |
355
+| `CChar8` | `char8_t` |
356
| `CChar16` | `char16_t` |
357
| `CChar32` | `char32_t` |
358
| `CSignedChar` | `signed char` |
0 commit comments