Records

Functions

  • template <typename T>
    void hash_combine (size_t & seedconst T & v)

    Used to combine hashes produced by hash functions.

    Defined at line 18 of file ../../src/camera/lib/raw_formats/raw_hash.h

Concepts

template <typename T> converts_to_size std::is_convertible<T, size_t>::value

Concept constrained partial specialization to hash any type trivially convertible to size_t.

Defined at line 24 of file ../../src/camera/lib/raw_formats/raw_hash.h

template <typename T> enumeration std::is_enum<T>::value

Concept constrained partial specialization for all enumeration types.

Defined at line 33 of file ../../src/camera/lib/raw_formats/raw_hash.h