从单个字符串创建字符串向量?

时间:2019-02-12 22:09:24

标签: c++ c++17

我有一个字符串

 std::string my_string = "this is my string";

是否存在一个用于创建等效矢量的衬里:

 std::vector<std::string> my_vector = {"this","is","my","string"};

0 个答案:

没有答案