lsst.afw  21.0.0-21-g5d80ea29e+e0d7160dc8
Public Types | Public Member Functions | List of all members
std::hash< lsst::afw::table::Key< T > > Struct Template Reference

#include <Key.h>

Public Types

using argument_type = lsst::afw::table::Key< T >
 
using result_type = size_t
 

Public Member Functions

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

Detailed Description

template<typename T>
struct std::hash< lsst::afw::table::Key< T > >

Definition at line 133 of file Key.h.

Member Typedef Documentation

◆ argument_type

template<typename T >
using std::hash< lsst::afw::table::Key< T > >::argument_type = lsst::afw::table::Key<T>

Definition at line 134 of file Key.h.

◆ result_type

template<typename T >
using std::hash< lsst::afw::table::Key< T > >::result_type = size_t

Definition at line 135 of file Key.h.

Member Function Documentation

◆ operator()()

template<typename T >
size_t std::hash< lsst::afw::table::Key< T > >::operator() ( argument_type const &  obj) const
inlinenoexcept

Definition at line 136 of file Key.h.


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