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.
#defineNULL see below #defineLC_ALL see below #defineLC_COLLATE see below #defineLC_CTYPE see below #defineLC_MONETARY see below #defineLC_NUMERIC see below #defineLC_TIME see below
structlconv;
char* setlocale(int category, constchar* locale); lconv* localeconv();
Header Files Reference
C++ Standard Library Overview
Thread Safety in the C++ Standard Library