다음을 통해 공유


hash Structure

템플릿 클래스를 반환 하도록 해당 메서드를 정의 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;
    };

참고 항목

참조

<typeindex>