Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IENT/YUView
/ rangeToString
Function
rangeToString
YUViewLib/src/statistics/ColorMapper.cpp:71–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
std::string rangeToString(const Range<int> range)
72
{
73
return std::to_string(range.min) +
"|"
+ std::to_string(range.max);
74
}
75
76
Range<int> rangeFromString(std::string rangeText)
77
{
Callers
1
savePlaylist
Method · 0.85
Calls
1
to_string
Function · 0.50
Tested by
no test coverage detected