stdex
Additional custom or not Standard C++ covered algorithms
Loading...
Searching...
No Matches
Public Member Functions | Static Protected Member Functions | Protected Attributes | List of all members
stdex::iconverter< T_from, T_to > Class Template Reference

Unicode converter context. More...

#include <stdex/unicode.hpp>

Public Member Functions

 iconverter (charset_id from, charset_id to)
 
void convert (std::basic_string< T_to > &dst, _In_reads_or_z_opt_(count) const T_from *src, size_t count_src) const
 

Static Protected Member Functions

static const char * to_encoding (charset_id charset)
 

Protected Attributes

iconv_t m_handle
 

Detailed Description

template<typename T_from, typename T_to>
class stdex::iconverter< T_from, T_to >

Unicode converter context.


The documentation for this class was generated from the following file: