Searched defs:stringView (Results 1 – 1 of 1) sorted by relevance
66 CStrWrapper(std::string_view stringView) : mStringView(stringView) {} in CStrWrapper()96 inline CStrWrapper c_str(std::string_view stringView) { in c_str()