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