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

◆ trim_output()

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

Definition at line 203 of file HostEnvironment.cpp.

204{
205 str.erase(std::remove(str.begin(), str.end(), '\r'), str.end());
206 str.erase(std::remove(str.begin(), str.end(), '\n'), str.end());
207 str.erase(str.find_last_not_of(" \t") + 1);
208}

Referenced by get_clang_resource_dir().

+ Here is the caller graph for this function: