kblib 0.2.3
General utilities library for modern C++
|
Functions | |
auto | operator<< (std::ostream &os, const icu::UnicodeString &str) -> std::ostream & |
Provides a transcoding stream insertion operator for UnicodeStrings. More... | |
auto | operator+ (std::string lhs, const icu::UnicodeString &str) -> std::string |
Give the strange ICU interface for concatenating UTF-8 and UnicodeStrings a more idiomatic name in the form of operator+. More... | |
auto | operator+ (icu::UnicodeString lhs, const std::string &rhs) -> icu::UnicodeString |
|
inline |
|
inline |
|
inline |