lsst.cpputils g2e2c1a68ba+cc1f6f037e
|
#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... | |