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

#include <SpherePoint.h>

Public Types

using argument_type = lsst::geom::SpherePoint
 
using result_type = size_t
 

Public Member Functions

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

Detailed Description

template<>
struct std::hash< lsst::geom::SpherePoint >

Definition at line 416 of file SpherePoint.h.

Member Typedef Documentation

◆ argument_type

Definition at line 417 of file SpherePoint.h.

◆ result_type

Definition at line 418 of file SpherePoint.h.

Member Function Documentation

◆ operator()()

size_t std::hash< lsst::geom::SpherePoint >::operator() ( argument_type const &  x) const
inlinenoexcept

Definition at line 419 of file SpherePoint.h.

419 { return x.hash_value(); }
double x

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