blob: fd956bdcb35b331472b431281d9ec1164cc036e0 [file] [log] [blame] [view]
---
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.