lsst.afw  21.0.0-23-g03fb9f672+f385fa6f38
Public Types | Public Member Functions | List of all members
std::hash< typename lsst::afw::typehandling::Key< K, V > > Struct Template Reference

#include <Key.h>

Public Types

using argument_type = typename lsst::afw::typehandling::Key< K, V >
 
using result_type = size_t
 

Public Member Functions

size_t operator() (argument_type const &obj) const noexcept
 

Detailed Description

template<typename K, typename V>
struct std::hash< typename lsst::afw::typehandling::Key< K, V > >

Definition at line 210 of file Key.h.

Member Typedef Documentation

◆ argument_type

template<typename K , typename V >
using std::hash< typename lsst::afw::typehandling::Key< K, V > >::argument_type = typename lsst::afw::typehandling::Key<K, V>

Definition at line 211 of file Key.h.

◆ result_type

template<typename K , typename V >
using std::hash< typename lsst::afw::typehandling::Key< K, V > >::result_type = size_t

Definition at line 212 of file Key.h.

Member Function Documentation

◆ operator()()

template<typename K , typename V >
size_t std::hash< typename lsst::afw::typehandling::Key< K, V > >::operator() ( argument_type const &  obj) const
inlinenoexcept

Definition at line 213 of file Key.h.


The documentation for this struct was generated from the following file: