Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::literals::chrono_literals Symbol Index(since C++14)

      From cppreference.com
      <cpp‎ |symbol index
       
       
       
       

      This page tries to list all the symbols that are available from thestandard library (date and time library) in the namespacestd::literals::chrono_literals. The symbols are written as follows:

      • Function names with().
      • Templates with<>.

      Contents

      [edit]Notes

      These operators are declared in the namespacestd::literals::chrono_literals, where bothliterals andchrono_literals areinline namespaces. Access to these operators can be gained with:

      • usingnamespace std::literals,
      • usingnamespace std::chrono_literals, or
      • usingnamespace std::literals::chrono_literals.

      In addition, within the namespacestd::chrono, the directiveusingnamespace literals::chrono_literals; is provided by thestandard library, so that if a programmer usesusingnamespace std::chrono; to gain access to the classes in thechrono library, the corresponding literal operators become visible as well.

      [edit]
      DHMNSUY


      [edit]D

      d(since C++20)

      [edit]H

      h(since C++14)

      [edit]M

      min(since C++14)
      ms(since C++14)

      [edit]N

      ns(since C++14)

      [edit]S

      s(since C++14)

      [edit]U

      us(since C++14)

      [edit]Y

      y(since C++20)

      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/symbol_index/chrono_literals&oldid=181904"

      [8]ページ先頭

      ©2009-2025 Movatter.jp