Share via


to_basic_string::perform Method

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

See Also

Reference

to_basic_string Structure