lsst.afw 22.0.1-48-g5c39d4753+cb452d8ee2
Public Types | Public Member Functions | List of all members
std::hash< lsst::afw::table::ArrayKey< T > > Struct Template Reference

#include <arrays.h>

Public Types

using argument_type = lsst::afw::table::ArrayKey< 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::ArrayKey< T > >

Definition at line 157 of file arrays.h.

Member Typedef Documentation

◆ argument_type

Definition at line 158 of file arrays.h.

◆ result_type

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

Definition at line 159 of file arrays.h.

Member Function Documentation

◆ operator()()

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

Definition at line 160 of file arrays.h.


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