Porytiles
Loading...
Searching...
No Matches
parse_int.hpp File Reference
#include <expected>
#include <string>
Include dependency graph for parse_int.hpp:
This graph shows which files directly or indirectly include this file:

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)