Searched defs:c_str (Results 1 – 2 of 2) sorted by relevance
70 const wchar_t* c_str() const { return mStr ? mStr : L""; } in c_str() function
84 const char* c_str() { in c_str() function96 inline CStrWrapper c_str(std::string_view stringView) { in c_str() function