lsst.cpputils gb3b9313673+806be81216
|
#include <ostream>
#include <type_traits>
Go to the source code of this file.
Namespaces | |
namespace | lsst |
namespace | lsst::cpputils |
Functions | |
template<typename T > | |
constexpr void | lsst::cpputils::assertValidHash () |
Compile-time test of whether a specialization of std::hash conforms to the general spec. More... | |
template<typename T > | |
void | lsst::cpputils::assertHashesEqual (T obj1, T obj2) |
Test that equal objects have equal hashes. More... | |