hash 構造体
クラス テンプレートは val.hash_code()
を返すようにメソッドを定義します。 メソッドは、ハッシュ関数を定義します。これは type_index 型の値をインデックス値の分布にマッピングするために使用されます。
構文
template <> struct hash<type_index>
: public unary_function<type_index, size_t>
{ // hashes a typeinfo object
size_t operator()(type_index val) const;
};
特殊な型
<system_error>
template <class T> struct hash;
template <> struct hash<error_code>;
template <> struct hash<error_condition>;