GL Studio C++ Runtime API
MaxDigits10< T > Struct Template Reference

#include <gls_cpp_lang_support.h>

Static Public Attributes

static const unsigned long value = 0
 

Detailed Description

template<class T>
struct disti::MaxDigits10< T >

The MaxDigits10 struct. Since not all platforms support C++11, we provide an equivalent feature here that does not require it. Formulae derived from the proposal for std::numeric_limits<>::max_digits10 (http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2005.pdf)

Member Data Documentation

◆ value

const unsigned long value = 0
static

The number of digits.


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