Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
MyGUI_ExportDataManager.cpp
File · 0.85
getDataPath
Method · 0.85
addResourceLocation
Method · 0.85
ExportGui_ExportTest
Function · 0.85
createMessageBox
Method · 0.85
onClipboardChanged
Method · 0.85
getSystemFileList
Function · 0.85
getSystemCurrentFolder
Function · 0.85
MyGUI_DirectXDataManager.cpp
File · 0.85
getDataPath
Method · 0.85
addResourceLocation
Method · 0.85
MyGUI_OpenGL3DataManager.cpp
File · 0.85
Calls
2
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected