Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IENT/YUView
/ boolToString
Function
boolToString
YUViewLib/src/common/Functions.h:68–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
std::string toLower(std::string str);
67
68
inline std::string boolToString(bool b)
69
{
70
return b ?
"True"
:
"False"
;
71
}
72
73
template <typename T> unsigned clipToUnsigned(T val)
74
{
Callers
3
savePlaylist
Method · 0.85
savePlaylist
Method · 0.85
savePlaylist
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected