| --- | |
| layout: default | |
| title: ustream | |
| nav_order: 2 | |
| parent: IO | |
| --- | |
| <!-- | |
| © 2020 and later: Unicode, Inc. and others. | |
| License & terms of use: http://www.unicode.org/copyright.html | |
| --> | |
| # C++: ustream | |
| The ustream interface provides a Unicode iostream-like API. | |
| At this time, this API contains `operator<<` and `operator>>` for | |
| [UnicodeString](../strings/index.md) manipulation with the C++ I/O stream API. |