mastodonpp  0.0.0
Public Member Functions | Friends | List of all members
locale_t Class Reference

Public Member Functions

 locale_t (std::nullptr_t)
 
 locale_t (_locale_t __xlocale, const char *__xlocale_str)
 
 operator bool () const
 
const char * __get_locale () const
 
 operator _locale_t () const
 

Friends

bool operator== (const locale_t &__left, const locale_t &__right)
 
bool operator== (const locale_t &__left, int __right)
 
bool operator== (const locale_t &__left, long long __right)
 
bool operator== (const locale_t &__left, std::nullptr_t)
 
bool operator== (int __left, const locale_t &__right)
 
bool operator== (std::nullptr_t, const locale_t &__right)
 
bool operator!= (const locale_t &__left, const locale_t &__right)
 
bool operator!= (const locale_t &__left, int __right)
 
bool operator!= (const locale_t &__left, long long __right)
 
bool operator!= (const locale_t &__left, std::nullptr_t __right)
 
bool operator!= (int __left, const locale_t &__right)
 
bool operator!= (std::nullptr_t __left, const locale_t &__right)
 

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