lsst.afw g4230fac9de+4fc97e16b9
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
Key.h File Reference
#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. More...
 
template<typename K , typename V >
std::ostreamlsst::afw::typehandling::operator<< (std::ostream &os, Key< K, V > const &key)
 Output operator for Key. More...