|
Porytiles
|
#include <expected>#include <string>Go to the source code of this file.
Namespaces | |
| namespace | porytiles2 |
Functions | |
| template<typename T > | |
| std::expected< T, std::string > | porytiles2::parse_int (std::string_view int_string, const int base) |
| template<typename T > | |
| std::expected< T, std::string > | porytiles2::parse_int (std::string_view int_string) |