Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::time_base

      From cppreference.com
      <cpp‎ |locale
       
       
       
      Localization library
       
      Defined in header<locale>
      class time_base;

      The classstd::time_base provides the date order constants which are inherited by thestd::time_get facets.

      [edit]Member types

      Member type Description
      enum dateorder{ no_order, dmy, mdy, ymd, ydm}; Unscoped enumeration type
      Enumeration constant Description
      no_order Unspecified order
      dmy Day, month, year (European) order
      mdy Month, day, year (American) order
      ymd Year, month, day (Asian) order
      ydm Year, day, month

      [edit]See also

      [virtual]
      obtains preferred ordering of day, month, and year
      (virtual protected member function ofstd::time_get<CharT,InputIt>)[edit]
      [virtual]
      extracts month, day, and year from input stream
      (virtual protected member function ofstd::time_get<CharT,InputIt>)[edit]
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/locale/time_base&oldid=181827"

      [8]ページ先頭

      ©2009-2025 Movatter.jp