Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dirkvdb/ffmpegthumbnailer
/ ToLower
Class
ToLower
libffmpegthumbnailer/stringoperations.h:45–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
44
private:
45
class ToLower
46
{
47
public:
48
char operator()(char c) const
49
{
50
return tolower(c);
51
}
52
};
53
};
54
55
}
Callers
1
stringoperations.cpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected