logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

__gnu_cxx::character.3cxx

Author

       Generated automatically by Doxygen for libstdc++ from the source code.

                                                    libstdc++    __gnu_cxx::character<_Value,_Int,_St>(3cxx)

Detailed Description

template<typename_Value,typename_Int,typename_St=std::mbstate_t>
       struct __gnu_cxx::character< _Value, _Int, _St >"A POD class that serves as a character abstraction
       class.

Name

       __gnu_cxx::character< _Value, _Int, _St > - A POD class that serves as a character abstraction class.

Synopsis

       #include <pod_char_traits.h>

   PublicTypes
       typedef character< _Value, _Int, _St > char_type
       typedef _Int int_type
       typedef _St state_type
       typedef _Value value_typeStaticPublicMemberFunctions
       template<typename V2 > static char_typefrom (const V2 &v)
       template<typename V2 > static V2 to (const char_type &c)

   PublicAttributes
       value_type value

See Also