2021-03-26 11:22:55 +00:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include <string>
|
2021-02-22 09:18:53 +00:00
|
|
|
#include <string_view>
|
2021-03-26 11:22:55 +00:00
|
|
|
|
2021-02-22 09:18:53 +00:00
|
|
|
std::wstring sview_to_wstr(const std::string_view str);
|
|
|
|
char* wsview_to_char(const std::wstring_view wstr);
|