首页
学习
活动
专区
工具
TVP
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往

clocale

This header was originally in the C standard library as <locale.h>.

This header is part of the localization library.

| Types |

|:----|

| lconv | formatting details, returned by std::localeconv (class) |

| Constants |

| NULL | implementation-defined null pointer constant (macro constant) |

| LC_ALLLC_COLLATELC_CTYPELC_MONETARYLC_NUMERICLC_TIME | locale categories for std::setlocale (macro constant) |

| Functions |

| setlocale | gets and sets the current C locale (function) |

| localeconv | queries numeric and monetary formatting details of the current locale (function) |

Notes

  • NULL is also defined in the following headers:
    • <cstring>
    • <ctime>
    • <cstddef>
    • <cstdio>
    • <cwchar>
代码语言:txt
复制
 ? cppreference.com

Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.

扫码关注腾讯云开发者

领取腾讯云代金券

http://www.vxiaotou.com