Questions tagged «fundamentals-ts»

1
什么是string_view?
string_view是添加到C ++ 17 的C ++库基础TS(N3921)中的一项建议功能 据我了解,它是代表某种类型的字符串“概念”的一种类型,它是可以将任何可视内容存储为字符串的任何类型的容器的视图。 这是正确的吗 ? 规范 const std::string&参数类型应变为string_view? 还有string_view要考虑的另一个重要点吗?
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.