Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::hash<std::type_index>

      From cppreference.com
      <cpp‎ |types‎ |type index
       
       
      Utilities library
       
       
       
      Defined in header<typeindex>
      template<>struct hash<std::type_index>;
      (since C++11)

      The template specialization ofstd::hash forstd::type_index allows users to obtain hashes of objects of typestd::type_index.

      The memberoperator() effectively returns the same value ashash_code().

      [edit]See also

      returns hashed code
      (public member function)[edit]
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/types/type_index/hash&oldid=167396"

      [8]ページ先頭

      ©2009-2025 Movatter.jp