lsst.afw g093c4c12c6+e0941f00f6
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
std::hash< lsst::afw::table::PointKey< T > > Struct Template Reference

#include <aggregates.h>

Public Types

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

Definition at line 633 of file aggregates.h.

Member Typedef Documentation

◆ argument_type

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

Definition at line 634 of file aggregates.h.

◆ result_type

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

Definition at line 635 of file aggregates.h.

Member Function Documentation

◆ operator()()

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

Definition at line 636 of file aggregates.h.


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