lsst.utils  21.0.0-3-gd222c45+22d4bb7471
Namespaces | Functions
tests.h File Reference
#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...