MCPcopy Create free account
hub / github.com/MyGUI/mygui / UString

Function UString

MyGUIEngine/include/MyGUI_UString.h:445–448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

443
444 template<size_type num>
445 UString(const char (&str)[num]) :
446 UString(str, num)
447 {
448 }
449
450 explicit UString(std::string_view str) :
451 UString(str.data(), str.size())

Callers 15

getDataPathMethod · 0.85
addResourceLocationMethod · 0.85
ExportGui_ExportTestFunction · 0.85
createMessageBoxMethod · 0.85
onClipboardChangedMethod · 0.85
getSystemFileListFunction · 0.85
getSystemCurrentFolderFunction · 0.85
getDataPathMethod · 0.85
addResourceLocationMethod · 0.85

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected