lsst.afw  21.0.0-6-ge3f375325+ce03d725a7
Public Types | Public Member Functions | List of all members
std::hash< lsst::afw::image::pixel::SinglePixel< ImagePixelT, MaskPixelT, VariancePixelT > > Struct Template Reference

#include <Pixel.h>

Public Types

using argument_type = lsst::afw::image::pixel::SinglePixel< ImagePixelT, MaskPixelT, VariancePixelT >
 
using result_type = size_t
 

Public Member Functions

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

Detailed Description

template<typename ImagePixelT, typename MaskPixelT, typename VariancePixelT>
struct std::hash< lsst::afw::image::pixel::SinglePixel< ImagePixelT, MaskPixelT, VariancePixelT > >

Definition at line 698 of file Pixel.h.

Member Typedef Documentation

◆ argument_type

template<typename ImagePixelT , typename MaskPixelT , typename VariancePixelT >
using std::hash< lsst::afw::image::pixel::SinglePixel< ImagePixelT, MaskPixelT, VariancePixelT > >::argument_type = lsst::afw::image::pixel::SinglePixel<ImagePixelT, MaskPixelT, VariancePixelT>

Definition at line 699 of file Pixel.h.

◆ result_type

template<typename ImagePixelT , typename MaskPixelT , typename VariancePixelT >
using std::hash< lsst::afw::image::pixel::SinglePixel< ImagePixelT, MaskPixelT, VariancePixelT > >::result_type = size_t

Definition at line 700 of file Pixel.h.

Member Function Documentation

◆ operator()()

template<typename ImagePixelT , typename MaskPixelT , typename VariancePixelT >
size_t std::hash< lsst::afw::image::pixel::SinglePixel< ImagePixelT, MaskPixelT, VariancePixelT > >::operator() ( argument_type const &  obj) const
inlinenoexcept

Definition at line 701 of file Pixel.h.


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