LSSTApplications  20.0.0
LSSTDataManagementBasePackage
Public Types | Public Member Functions | List of all members
std::hash< lsst::geom::Extent< T, N > > Struct Template Reference

#include <Extent.h>

Public Types

using argument_type = lsst::geom::Extent< T, N >
 
using result_type = std::size_t
 

Public Member Functions

result_type operator() (argument_type const &x) const noexcept
 

Detailed Description

template<typename T, int N>
struct std::hash< lsst::geom::Extent< T, N > >

Definition at line 499 of file Extent.h.

Member Typedef Documentation

◆ argument_type

template<typename T , int N>
using std::hash< lsst::geom::Extent< T, N > >::argument_type = lsst::geom::Extent<T, N>

Definition at line 500 of file Extent.h.

◆ result_type

template<typename T , int N>
using std::hash< lsst::geom::Extent< T, N > >::result_type = std::size_t

Definition at line 501 of file Extent.h.

Member Function Documentation

◆ operator()()

template<typename T , int N>
result_type std::hash< lsst::geom::Extent< T, N > >::operator() ( argument_type const &  x) const
inlinenoexcept

Definition at line 502 of file Extent.h.

502 { return lsst::geom::hash_value(x); }

The documentation for this struct was generated from the following file:
lsst::geom::hash_value
std::size_t hash_value(Extent< T, N > const &extent) noexcept
Definition: Extent.cc:127
x
double x
Definition: ChebyshevBoundedField.cc:277