Go to the source code of this file.
Namespaces | |
namespace | util |
Functions | |
template<> | |
double | util::parse< double > (std::string const &str) |
template<> | |
int64_t | util::parse< int64_t > (std::string const &str) |
std::string | util::replace (std::string const &input, std::map< char, std::string > const &repl) |
Replaces all occurences of keys from repl in input with their respective values. |