userver: decimal64::RoundUpRoundPolicy Class Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
decimal64::RoundUpRoundPolicy Class Referencefinal

#include <userver/decimal64/decimal64.hpp>

Detailed Description

Round away from zero.

Definition at line 399 of file decimal64.hpp.

Static Public Member Functions

template<typename T >
static constexpr int64_t Round (T value)
 
static constexpr int64_t DivRounded (int64_t a, int64_t b, bool)
 

Member Function Documentation

◆ DivRounded()

static constexpr int64_t decimal64::RoundUpRoundPolicy::DivRounded ( int64_t a,
int64_t b,
bool  )
inlinestaticconstexpr

Definition at line 410 of file decimal64.hpp.

◆ Round()

template<typename T >
static constexpr int64_t decimal64::RoundUpRoundPolicy::Round ( T value)
inlinestaticconstexpr

Definition at line 402 of file decimal64.hpp.


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