Template Function lsst::utils::assertValidHash

Function Documentation

template<typename T>
constexpr void lsst::utils::assertValidHash()

Compile-time test of whether a specialization of std::hash conforms to the general spec.

The function itself is a no-op.

Template Parameters
  • T: The properties of std::hash<T> will be tested.