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

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)