lsst.afw  22.0.1-28-g197addcb9+cd0c1e0a06
Public Types | Public Member Functions | List of all members
std::hash< lsst::afw::table::CovarianceMatrixKey< T, N > > Struct Template Reference

#include <aggregates.h>

Public Types

using argument_type = lsst::afw::table::CovarianceMatrixKey< T, N >
 
using result_type = size_t
 

Public Member Functions

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

Detailed Description

template<typename T, int N>
struct std::hash< lsst::afw::table::CovarianceMatrixKey< T, N > >

Definition at line 588 of file aggregates.h.

Member Typedef Documentation

◆ argument_type

Definition at line 589 of file aggregates.h.

◆ result_type

template<typename T , int N>
using std::hash< lsst::afw::table::CovarianceMatrixKey< T, N > >::result_type = size_t

Definition at line 590 of file aggregates.h.

Member Function Documentation

◆ operator()()

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

Definition at line 591 of file aggregates.h.


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