Transforms an output iterator to a writer for ucs4_convert_impl functions. More...
#include <unicode_cast.hpp>
| Public Member Functions | |
| iteratorwriter (oitor_t &out) | |
| bool | can_push (std::size_t) | 
| template<typename value_type > | |
| void | push (value_type val) | 
| Public Attributes | |
| oitor_t & | out_ | 
Transforms an output iterator to a writer for ucs4_convert_impl functions.
Definition at line 28 of file unicode_cast.hpp.
| 
 | inline | 
Definition at line 31 of file unicode_cast.hpp.
| 
 | inline | 
Definition at line 33 of file unicode_cast.hpp.
| 
 | inline | 
Definition at line 38 of file unicode_cast.hpp.
References ucs4_convert_impl::iteratorwriter< oitor_t >::out_.
| oitor_t& ucs4_convert_impl::iteratorwriter< oitor_t >::out_ | 
Definition at line 30 of file unicode_cast.hpp.
Referenced by ucs4_convert_impl::iteratorwriter< oitor_t >::push().