mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 13:30:06 +00:00
Add additional alert display columns
- State, counties, start and end time
This commit is contained in:
parent
8fe7d5da6e
commit
fdd981899f
8 changed files with 126 additions and 15 deletions
14
wxdata/include/scwx/util/strings.hpp
Normal file
14
wxdata/include/scwx/util/strings.hpp
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
namespace scwx
|
||||
{
|
||||
namespace util
|
||||
{
|
||||
|
||||
std::string ToString(const std::vector<std::string>& v);
|
||||
|
||||
} // namespace util
|
||||
} // namespace scwx
|
||||
Loading…
Add table
Add a link
Reference in a new issue