MCPcopy Create free account
hub / github.com/creatale/node-dv / string>

Method string>

deps/opencv/modules/core/src/cmdparser.cpp:363–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361}
362template<>
363std::string CommandLineParser::analyzeValue<std::string>(const std::string& str, bool space_delete)
364{
365 if (space_delete)
366 {
367 return del_space(str);
368 }
369 return str;
370}
371
372template<>
373int CommandLineParser::analyzeValue<int>(const std::string& str, bool /*space_delete*/)

Callers

nothing calls this directly

Calls 1

del_spaceFunction · 0.85

Tested by

no test coverage detected