#include "log.hpp"
#include "ucs4_convert_impl.hpp"
#include <iterator>
Go to the source code of this file.
◆ unicode_cast() [1/2]
template<typename TD , typename TS >
- Template Parameters
-
TD | Output, a collection type. |
TS | Input, a collection type. |
- Returns
- An instance of TD.
Definition at line 58 of file unicode_cast.hpp.
References PLAIN_LOG, read(), and write().
Referenced by gui::textbox::add_text_line(), gui::textbox::append_text(), BOOST_AUTO_TEST_CASE(), coro_send_file_userspace(), markov_generator::generate(), help::get_first_word(), get_system_username(), gui::textbox::handle_key_down(), gui::textbox::handle_text_input(), filesystem::is_legal_user_file_name(), utf8::lowercase(), desktop::open_object(), desktop::os_version(), read_argv(), gui::textbox::set_text(), font::pango_text::set_text(), windows_tray_notification::string_to_wstring(), gui::textbox::text(), utf8::truncate_as_ucs4(), and desktop::user_profile_dir().
◆ unicode_cast() [2/2]
template<typename TD >
TD unicode_cast |
( |
char32_t |
onechar | ) |
|