lsst.geom g19811a7679+8681a15dd0
Loading...
Searching...
No Matches
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
 
hash (T... args)
 
operator() (T... args)
 

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.


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