20#ifndef ORES_UTILITY_STRING_CONVERTER_HPP
21#define ORES_UTILITY_STRING_CONVERTER_HPP
String manipulation utilities.
Definition conversion_error.hpp:26
Type conversion utilities.
Definition converter.hpp:30
static int string_to_int(std::string s, int base=10)
Converts a string into an integer.
Definition converter.cpp:27