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

#include <Weather.h>

Public Types

using argument_type = lsst::afw::coord::Weather
 
using result_type = size_t
 

Public Member Functions

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

Detailed Description

template<>
struct std::hash< lsst::afw::coord::Weather >

Definition at line 92 of file Weather.h.

Member Typedef Documentation

◆ argument_type

Definition at line 93 of file Weather.h.

◆ result_type

Definition at line 94 of file Weather.h.

Member Function Documentation

◆ operator()()

size_t std::hash< lsst::afw::coord::Weather >::operator() ( argument_type const &  obj) const
inlinenoexcept

Definition at line 95 of file Weather.h.

95 { return obj.hash_value(); }

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