lsst.afw
21.0.0-21-g5d80ea29e+e0d7160dc8
|
#include <functional>
#include <ostream>
#include <string>
#include <type_traits>
#include "boost/core/demangle.hpp"
#include "lsst/afw/typehandling/detail/type_traits.h"
Go to the source code of this file.
Classes | |
class | lsst::afw::typehandling::Key< K, V > |
Key for type-safe lookup in a GenericMap. More... | |
struct | std::hash< typename lsst::afw::typehandling::Key< K, V > > |
Namespaces | |
lsst | |
A base class for image defects. | |
lsst::afw | |
lsst::afw::typehandling | |
std | |
STL namespace. | |
Functions | |
template<typename V , typename K > | |
constexpr Key< K, V > | lsst::afw::typehandling::makeKey (K const &id) |
Factory function for Key, to enable type parameter inference. More... | |
template<typename K , typename V > | |
std::ostream & | lsst::afw::typehandling::operator<< (std::ostream &os, Key< K, V > const &key) |
Output operator for Key. More... | |