MCPcopy 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

66std::string toLower(std::string str);
67
68inline std::string boolToString(bool b)
69{
70 return b ? "True" : "False";
71}
72
73template <typename T> unsigned clipToUnsigned(T val)
74{

Callers 3

savePlaylistMethod · 0.85
savePlaylistMethod · 0.85
savePlaylistMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected