TermOx
include
termox
common
u32_to_mb.hpp
1
#ifndef TERMOX_COMMON_U32_TO_MB_HPP
2
#define TERMOX_COMMON_U32_TO_MB_HPP
3
#include <string>
4
#include <string_view>
5
6
namespace
ox {
7
9
10
[[nodiscard]]
auto
u32_to_mb(char32_t c) -> std::string;
11
13
14
[[nodiscard]]
auto
u32_to_mb(std::u32string_view sv) -> std::string;
15
16
}
// namespace ox
17
#endif
// TERMOX_COMMON_U32_TO_MB_HPP
Generated by
1.9.1