.TH "__gnu_cxx::encoding_char_traits< _CharT >" 3cxx "Sat Feb 8 2020" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME __gnu_cxx::encoding_char_traits< _CharT > \- encoding_char_traits .SH SYNOPSIS .br .PP .PP Inherits \fBstd::char_traits< _CharT >\fP\&. .SS "Public Types" .in +1c .ti -1c .RI "typedef _CharT \fBchar_type\fP" .br .ti -1c .RI "typedef \fB_Char_types\fP< _CharT >::int_type \fBint_type\fP" .br .ti -1c .RI "typedef \fB_Char_types\fP< _CharT >::off_type \fBoff_type\fP" .br .ti -1c .RI "typedef \fBstd::fpos\fP< state_type > \fBpos_type\fP" .br .ti -1c .RI "typedef \fBencoding_state\fP \fBstate_type\fP" .br .in -1c .SS "Static Public Member Functions" .in +1c .ti -1c .RI "static _GLIBCXX14_CONSTEXPR void \fBassign\fP (char_type &__c1, const char_type &__c2)" .br .ti -1c .RI "static char_type * \fBassign\fP (char_type *__s, std::size_t __n, char_type __a)" .br .ti -1c .RI "static _GLIBCXX14_CONSTEXPR int \fBcompare\fP (const char_type *__s1, const char_type *__s2, std::size_t __n)" .br .ti -1c .RI "static char_type * \fBcopy\fP (char_type *__s1, const char_type *__s2, std::size_t __n)" .br .ti -1c .RI "static constexpr int_type \fBeof\fP ()" .br .ti -1c .RI "static constexpr bool \fBeq\fP (const char_type &__c1, const char_type &__c2)" .br .ti -1c .RI "static constexpr bool \fBeq_int_type\fP (const int_type &__c1, const int_type &__c2)" .br .ti -1c .RI "static const _GLIBCXX14_CONSTEXPR char_type * \fBfind\fP (const char_type *__s, std::size_t __n, const char_type &__a)" .br .ti -1c .RI "static _GLIBCXX14_CONSTEXPR std::size_t \fBlength\fP (const char_type *__s)" .br .ti -1c .RI "static constexpr bool \fBlt\fP (const char_type &__c1, const char_type &__c2)" .br .ti -1c .RI "static char_type * \fBmove\fP (char_type *__s1, const char_type *__s2, std::size_t __n)" .br .ti -1c .RI "static constexpr int_type \fBnot_eof\fP (const int_type &__c)" .br .ti -1c .RI "static constexpr char_type \fBto_char_type\fP (const int_type &__c)" .br .ti -1c .RI "static constexpr int_type \fBto_int_type\fP (const char_type &__c)" .br .in -1c .SH "Detailed Description" .PP .SS "template .br struct __gnu_cxx::encoding_char_traits< _CharT >" encoding_char_traits .PP Definition at line 211 of file codecvt_specializations\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.