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

#include <Point.h>

Public Types

using argument_type = lsst::geom::Point< 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::Point< T, N > >

Definition at line 377 of file Point.h.

Member Typedef Documentation

◆ argument_type

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

Definition at line 378 of file Point.h.

◆ result_type

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

Definition at line 379 of file Point.h.

Member Function Documentation

◆ operator()()

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

Definition at line 380 of file Point.h.

380 { return lsst::geom::hash_value(x); }
std::size_t hash_value(Extent< T, N > const &extent) noexcept
Definition: Extent.cc:127
double x

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