Freigeben über


to_basic_string::perform-Methode

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
);

Parameter

  • str

Anforderungen

Header: asyncrt_utils.h

Namespace: utility::conversions

Siehe auch

Referenz

to_basic_string-Struktur