Sdílet prostřednictvím


to_basic_string::perform – metoda

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

Parametry

  • str

Požadavky

Záhlaví: asyncrt_utils.h

Obor názvů: utility::conversions

Viz také

Referenční dokumentace

to_basic_string – struktura