#include "ucs4_convert_impl.hpp"
#include <iostream>
#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 57 of file unicode_cast.hpp.
References read(), and write().
Referenced by gui::textbox::add_text_line(), addon_filename_legal(), gui::textbox::append_text(), BOOST_AUTO_TEST_CASE(), server_base::coro_send_doc(), markov_generator::generate(), help::get_first_word(), get_system_username(), gui::textbox::handle_key_down(), gui::textbox::handle_text_input(), font::pango_text::insert_unicode(), utf8::lowercase(), font::manager::manager(), 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(), desktop::user_profile_dir(), and font::manager::~manager().
◆ unicode_cast() [2/2]
template<typename TD >
TD unicode_cast |
( |
char32_t |
onechar | ) |
|
- Template Parameters
-
TD | Output, a collection type. |
- Returns
- An instance of TD.
Definition at line 93 of file unicode_cast.hpp.
References write().