MCPcopy Create free account
hub / github.com/WallBreaker2/op / wstring2lower

Function wstring2lower

libop/base/Utils.cpp:190–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190void wstring2lower(std::wstring &s) {
191 std::transform(s.begin(), s.end(), s.begin(), towlower);
192}
193
194void string2lower(std::string &s) {
195 std::transform(s.begin(), s.end(), s.begin(), tolower);

Callers 7

is_named_vkFunction · 0.85
parse_cv_threshold_modeFunction · 0.85
parse_cv_color_spaceFunction · 0.85
parse_cv_morphology_modeFunction · 0.85
parse_cv_thin_modeFunction · 0.85
parse_cv_blur_modeFunction · 0.85
parse_cv_pipeline_stepFunction · 0.85

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected