Go to the source code of this file.
Classes | |
struct | ucs4_convert_impl::iteratorwriter< oitor_t > |
Transforms an output iterator to a writer for ucs4_convert_impl functions. More... | |
struct | ucs4_convert_impl::enableif< Tret, Tcheck > |
Namespaces | |
ucs4_convert_impl | |
Functions | |
template<typename TD , typename TS > | |
ucs4_convert_impl::enableif< TD, typename TS::value_type >::type | unicode_cast (const TS &source) |
template<typename TD > | |
TD | unicode_cast (char32_t onechar) |
TD unicode_cast | ( | char32_t | onechar | ) |
TD | Output, a collection type. |
Definition at line 93 of file unicode_cast.hpp.
ucs4_convert_impl::enableif<TD, typename TS::value_type>::type unicode_cast | ( | const TS & | source | ) |