lsst.afw g8cdfe0ae6a+7b97e349f2
|
#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 | |
namespace | lsst |
namespace | lsst::afw |
namespace | lsst::afw::typehandling |
namespace | 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. | |
template<typename K , typename V > | |
std::ostream & | lsst::afw::typehandling::operator<< (std::ostream &os, Key< K, V > const &key) |
Output operator for Key. | |