description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||
---|---|---|---|---|---|---|---|
Learn more about: <clocale> |
<clocale> |
11/04/2016 |
|
|
5bde3e01-cf67-4f1f-a383-447ec814d00e |
Includes the Standard C library header <locale.h> and adds the associated names to the std
namespace.
Header: <clocale>
Namespace: std
Including this header ensures that the names declared using external linkage in the Standard C library header are declared in the std
namespace.
#define NULL see below
#define LC_ALL see below
#define LC_COLLATE see below
#define LC_CTYPE see below
#define LC_MONETARY see below
#define LC_NUMERIC see below
#define LC_TIME see below
struct lconv;
char* setlocale(int category, const char* locale);
lconv* localeconv();
Header Files Reference
C++ Standard Library Overview
Thread Safety in the C++ Standard Library