Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::literals::string_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 in the namespacestd::literals::string_literals. The symbols are written as follows:

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

      [edit]Notes

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

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

      std::chrono::duration also definesoperator""s to represent literal seconds, but it is an arithmetic literal:10.0s and10s are ten seconds, but"10"s is a string.

      [edit]
      S


      [edit]S

      s(since C++14)

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

      [8]ページ先頭

      ©2009-2025 Movatter.jp