Function stoi (o2scl)

O2scl : Function List

int o2scl::stoi(std::string s)

Convert a string to an integer.

This function is now just a wrapper for std::stoi.