MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ trim_output()

void MayaFlux::Platform::SystemConfig::trim_output ( std::string &  str)
staticprivate

Definition at line 179 of file HostEnvironment.cpp.

180{
181 str.erase(std::remove(str.begin(), str.end(), '\r'), str.end());
182 str.erase(std::remove(str.begin(), str.end(), '\n'), str.end());
183 str.erase(str.find_last_not_of(" \t") + 1);
184}

Referenced by get_clang_resource_dir().

+ Here is the caller graph for this function: