to_basic_string::perform, méthode
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
);
Paramètres
- str
Configuration requise
En-tête : asyncrt_utils.h
Espace de noms : utility::conversions