lsst.utils
21.0.0-4-gccdca77+29267fd41f
|
#include <ostream>
#include <type_traits>
Go to the source code of this file.
Namespaces | |
lsst | |
Forward declarations for lsst::utils::Cache. | |
lsst::utils | |
Functions | |
template<typename T > | |
constexpr void | lsst::utils::assertValidHash () |
Compile-time test of whether a specialization of std::hash conforms to the general spec. More... | |
template<typename T > | |
void | lsst::utils::assertHashesEqual (T obj1, T obj2) |
Test that equal objects have equal hashes. More... | |