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

#include <Span.h>

Public Types

using argument_type = lsst::afw::geom::Span
 
using result_type = size_t
 

Public Member Functions

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

Detailed Description

template<>
struct std::hash< lsst::afw::geom::Span >

Definition at line 141 of file Span.h.

Member Typedef Documentation

◆ argument_type

Definition at line 142 of file Span.h.

◆ result_type

Definition at line 143 of file Span.h.

Member Function Documentation

◆ operator()()

result_type std::hash< lsst::afw::geom::Span >::operator() ( argument_type const &  obj) const
inlinenoexcept

Definition at line 144 of file Span.h.

144 { return obj.hash_value(); }

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