userver: std::hash<::decimal64::Decimal< Prec, RoundPolicy > > Struct Template Reference
Loading...
Searching...
No Matches
std::hash<::decimal64::Decimal< Prec, RoundPolicy > > Struct Template Reference

#include <userver/decimal64/decimal64.hpp>

Detailed Description

template<int Prec, typename RoundPolicy>
struct std::hash<::decimal64::Decimal< Prec, RoundPolicy > >

std::hash support

Definition at line 1447 of file decimal64.hpp.

Public Types

using Decimal = ::decimal64::Decimal<Prec, RoundPolicy>
 

Public Member Functions

std::size_t operator() (const Decimal &v) const noexcept
 

Member Typedef Documentation

◆ Decimal

template<int Prec, typename RoundPolicy >
using std::hash<::decimal64::Decimal< Prec, RoundPolicy > >::Decimal = ::decimal64::Decimal<Prec, RoundPolicy>

Definition at line 1448 of file decimal64.hpp.

Member Function Documentation

◆ operator()()

template<int Prec, typename RoundPolicy >
std::size_t std::hash<::decimal64::Decimal< Prec, RoundPolicy > >::operator() ( const Decimal & v) const
inlinenoexcept

Definition at line 1450 of file decimal64.hpp.


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