Hyper API for C++ 0.0.18825
Hyper client library for C++ applications
Loading...
Searching...
No Matches
std::hash< hyperapi::Numeric< p, s > > Struct Template Reference

Specialization of std::hash for hyperapi::Numeric. More...

#include <Numeric.hpp>

Public Member Functions

size_t operator() (hyperapi::Numeric< p, s > n) const noexcept
 Calculates the hash value of the given numeric.
 

Detailed Description

template<unsigned p, unsigned s>
struct std::hash< hyperapi::Numeric< p, s > >

Specialization of std::hash for hyperapi::Numeric.

Definition at line 244 of file Numeric.hpp.

Member Function Documentation

◆ operator()()

template<unsigned p, unsigned s>
size_t std::hash< hyperapi::Numeric< p, s > >::operator() ( hyperapi::Numeric< p, s >  n) const
inlinenoexcept

Calculates the hash value of the given numeric.

Definition at line 246 of file Numeric.hpp.


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