#include <cstring>#include <cstdio>#include <clocale>#include <langinfo.h>#include <iconv.h>#include <libintl.h>Go to the source code of this file.
| Namespaces | |
| namespace | std | 
| Defines | |
| #define | _C_LOCALE_H 1 | 
| #define | _GLIBCXX_C_LOCALE_GNU 1 | 
| #define | _GLIBCXX_NUM_CATEGORIES 6 | 
| Typedefs | |
| typedef __locale_t | std::__c_locale | 
| Functions | |
| template<typename _Tv> | |
| int | std::__convert_from_v (char *__out, const int __size __attribute__((__unused__)), const char *__fmt, _Tv __v, const __c_locale &, int __prec) | 
| #define _C_LOCALE_H 1 | 
Definition at line 37 of file c++locale.h.
| #define _GLIBCXX_C_LOCALE_GNU 1 | 
Definition at line 48 of file c++locale.h.
| #define _GLIBCXX_NUM_CATEGORIES 6 | 
Definition at line 50 of file c++locale.h.
 1.4.7
 1.4.7