LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
#include <ostream>
#include <type_traits>
Go to the source code of this file.
Namespaces | |
lsst | |
A base class for image defects. | |
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... | |