to_basic_string::perform 方法

static std::basic_string<CharType> perform(
   const std::string& str
);

static std::basic_string<CharType> perform(
   const utf16string& str
);

static std::basic_string<char> perform(
   const std::string& str
);

static std::basic_string<char> perform(
   const utf16string& str
);

参数

  • str

要求

**标头:**asyncrt_utils.h

**命名空间:**utility::conversions

请参见

参考

to_basic_string 结构