namespace o3tl
{ // Some test code requires OUString instances that do not have their SAL_STRING_STATIC_FLAG set; so // they cannot be created from u"..."_ustr literals, but should rather be created through this // function:
OUString nonStaticString(std::u16string_view s) { return OUStringBuffer(s).makeStringAndClear(); }
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.