ΒΆauto find_and_replace(std::string source,
const std::string& find,
const std::string& replace)
-> std::string
auto find_and_replace(std::string source,
const std::string& find,
const std::string& replace)
-> std::string
Declared at: ThermoFun/Batch/OutputBatch.cpp:34
Parameters
- std::string source
- const std::string& find
- const std::string& replace