lsst.afw  22.0.1-29-g184b6e44e+8b185d4e2d
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: