aboutsummaryrefslogtreecommitdiff
path: root/include/cru/platform/string_util.hpp
blob: c3b9f93b165148a533dee6558c8ae39abcb81030 (plain)
1
2
3
4
5
6
7
8
9
#pragma once
#include "cru/common/pre_config.hpp"

#include <string>
#include <string_view>

namespace cru::platform::util {
std::string ToUtf8String(const std::wstring_view& string);
}