Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::hash<std::chrono::month_day>

      From cppreference.com
      <cpp‎ |chrono‎ |month day
       
       
      Date and time library
       
       
      Defined in header<chrono>
      template<>struct hash<std::chrono::month_day>;
      (since C++26)

      The template specialization ofstd::hash forstd::chrono::month_day allows users to obtain hashes of objects of typestd::chrono::month_day. This specialization isenabled.

      Theoperator() of this specialization isnoexcept.

      [edit]Notes

      Feature-test macroValueStdFeature
      __cpp_lib_chrono202306L(C++26)Hashing support forstd::chrono value classes

      [edit]See also

      (C++11)
      hash function object
      (class template)[edit]
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/chrono/month_day/hash&oldid=157893"

      [8]ページ先頭

      ©2009-2025 Movatter.jp