|
lsst.cpputils ga32aa97882+7403ac30ac
|
#include <ostream>#include <type_traits>Go to the source code of this file.
Namespaces | |
| namespace | lsst |
| Forward declarations for lsst::cpputils::Cache. | |
| 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... | |