1--- 2layout: default 3title: ustream 4nav_order: 2 5parent: IO 6--- 7<!-- 8© 2020 and later: Unicode, Inc. and others. 9License & terms of use: http://www.unicode.org/copyright.html 10--> 11 12# C++: ustream 13 14The ustream interface provides a Unicode iostream-like API. 15 16At this time, this API contains `operator<<` and `operator>>` for 17[UnicodeString](../strings/index.md) manipulation with the C++ I/O stream API. 18