My Project
Classes | Functions
numeric_limits.hpp File Reference
#include "climits.hpp"
#include "cstdint.hpp"
#include "float_denorm_style.hpp"
#include "float_round_style.hpp"
#include "is_unsigned.hpp"

Go to the source code of this file.

Classes

class  bsl::numeric_limits< T >
 Implements std::numeric_limits. More...
 

Functions

template<typename T >
constexpr bsl::int32 bsl::details::get_digits () noexcept
 Returns the number of Radix digits for a given type. More...
 

Detailed Description

Function Documentation

◆ get_digits()

template<typename T >
constexpr bsl::int32 bsl::details::get_digits ( )
noexcept

Returns the number of Radix digits for a given type.

Template Parameters
Tthe type to query
Returns
Returns the number of Radix digits for a given type.