mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 20:00:05 +00:00
Finish parsing Storm Position / Forecast page
This commit is contained in:
parent
0415223571
commit
925f91995a
4 changed files with 127 additions and 9 deletions
|
|
@ -30,6 +30,8 @@ std::vector<std::string> ParseTokens(const std::string& s,
|
|||
|
||||
std::string ToString(const std::vector<std::string>& v);
|
||||
|
||||
std::optional<float> TryParseFloat(const std::string& str);
|
||||
|
||||
template<typename T>
|
||||
std::optional<T> TryParseUnsignedLong(const std::string& str);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue