#include <ucs4_convert_impl.hpp>
|  | 
| static const char * | get_name () | 
|  | 
| template<typename writer > | 
| static void | write (writer out, char32_t ch) | 
|  | 
| template<typename iitor_t > | 
| static char32_t | read (iitor_t &input, const iitor_t &end) | 
|  | 
Definition at line 196 of file ucs4_convert_impl.hpp.
 
◆ get_name()
  
  | 
        
          | static const char* ucs4_convert_impl::utf32_impl::get_name | ( |  | ) |  |  | inlinestatic | 
 
 
◆ read()
template<typename iitor_t > 
  
  | 
        
          | static char32_t ucs4_convert_impl::utf32_impl::read | ( | iitor_t & | input, |  
          |  |  | const iitor_t & | end |  
          |  | ) |  |  |  | inlinestatic | 
 
 
◆ write()
template<typename writer > 
  
  | 
        
          | static void ucs4_convert_impl::utf32_impl::write | ( | writer | out, |  
          |  |  | char32_t | ch |  
          |  | ) |  |  |  | inlinestatic | 
 
 
The documentation for this struct was generated from the following file: