TermOx
mb_to_u32.hpp
1 #ifndef TERMOX_COMMON_MB_TO_U32_HPP
2 #define TERMOX_COMMON_MB_TO_U32_HPP
3 #include <string>
4 #include <string_view>
5 
6 namespace ox {
7 
9 
10 [[nodiscard]] auto mb_to_u32(std::string_view sv) -> std::u32string;
11 
12 } // namespace ox
13 #endif // TERMOX_COMMON_MB_TO_U32_HPP