MySQL 9.2.0
Source Code Documentation
DigitCounter< T, MinDigits, MaxDigits, typename std::enable_if< MinDigits==MaxDigits >::type > Struct Template Reference

Counts the number of digits for the trivial case where the known minimum number of digits is equal to the known maximum number of digits. More...

#include <integer_digits.h>

Public Member Functions

constexpr int operator() (T) const
 

Detailed Description

template<typename T, int MinDigits, int MaxDigits>
struct DigitCounter< T, MinDigits, MaxDigits, typename std::enable_if< MinDigits==MaxDigits >::type >

Counts the number of digits for the trivial case where the known minimum number of digits is equal to the known maximum number of digits.

Member Function Documentation

◆ operator()()

template<typename T , int MinDigits, int MaxDigits>
constexpr int DigitCounter< T, MinDigits, MaxDigits, typename std::enable_if< MinDigits==MaxDigits >::type >::operator() ( ) const
inlineconstexpr

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