Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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
);
Parameters
- str
Requirements
Header: asyncrt_utils.h
Namespace: utility::conversions