Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      Standard library header <clocale>

      From cppreference.com
      <cpp‎ |header
       
       
      Standard library headers
       

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

      This header is part of thetext processing library.

      Contents

      Types

      formatting details, returned bystd::localeconv
      (class)[edit]

      Constants

      implementation-defined null pointer constant
      (macro constant)[edit]
      locale categories forstd::setlocale
      (macro constant)[edit]

      Functions

      gets and sets the current C locale
      (function)[edit]
      queries numeric and monetary formatting details of the current locale
      (function)[edit]

      [edit]Synopsis

      namespace std{struct lconv; char* setlocale(int category,constchar* locale);  lconv* localeconv();} #define NULL        /* see description */#define LC_ALL      /* see description */#define LC_COLLATE  /* see description */#define LC_CTYPE    /* see description */#define LC_MONETARY /* see description */#define LC_NUMERIC  /* see description */#define LC_TIME     /* see description */

      [edit]Notes

      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/header/clocale&oldid=180067"

      [8]ページ先頭

      ©2009-2025 Movatter.jp