lsst.cpputils g1ffd6c4751+50c04d9c73
|
#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... | |