simstr 1.2.4
Yet another strings library
 
Loading...
Searching...
No Matches
simstr::from_utf_convertable< K, Impl > Class Template Reference

Base class for strings that can be converted from another character type. More...

#include <sstring.h>

Inheritance diagram for simstr::from_utf_convertable< K, Impl >:
simstr::lstring< K, N, forShared, Allocator > simstr::lstring< u8s, N > simstr::lstring< wchar_t, N > simstr::lstring< u16s, N > simstr::lstring< u32s, N > simstr::lstring< u8s, N, true > simstr::lstring< wchar_t, N, true > simstr::lstring< u16s, N, true > simstr::lstring< u32s, N, true > simstr::sstring< K, Allocator > simstr::sstring< u8s > simstr::sstring< wchar_t > simstr::sstring< u16s > simstr::sstring< u32s >

Detailed Description

template<typename K, typename Impl>
class simstr::from_utf_convertable< K, Impl >

Base class for strings that can be converted from another character type.

Template Parameters
K- character type.
Impl- final class.

Conversion is performed via UTF conversion. We assume that the strings char are in UTF-8, char16_t - in UTF-16, char32_t - in UTF-32. wchar_t - in Windows UTF-16, in Linux - UTF-32.


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