Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将解析的信息存储在 std::u32strings 中。我从文档中看到支持 unicode,但他们只谈论 wchars 和 wstrings。
有没有一种方法可以使用 u32strings 而无需在解析后显式转换它?