mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
402 B
402 B
layout | title | nav_order | parent |
---|---|---|---|
default | ustream | 2 | IO |
C++: ustream
The ustream interface provides a Unicode iostream-like API.
At this time, this API contains operator<<
and operator>>
for
UnicodeString manipulation with the C++ I/O stream API.