lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
|
Estimates the maximum string length for integers of the given type. More...
#include <numeric.h>
Static Public Attributes | |
static const int | value = (size_info<Integer>::bits + 2) / 3 + 3 |
Estimated maximum string length for integers of the given type. |
Estimates the maximum string length for integers of the given type.