|
lsst.cpputils g87389fa792+2df283593c
|
#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. | |
| template<typename T> | |
| void | lsst::cpputils::assertHashesEqual (T obj1, T obj2) |
| Test that equal objects have equal hashes. | |