Quick Links:

bal | bbl | bdl | bsl

Public Types

bslalg::NumericFormatterUtil::IntMaxLen< false, 8, BASE > Struct Template Reference

#include <bslalg_numericformatterutil.h>

List of all members.

Public Types

enum  Enum { k_VALUE = (BASE == 2) ? 64 : (BASE == 3) ? 41 : (BASE == 4) ? 32 : (BASE == 5) ? 28 : (BASE == 6) ? 25 : (BASE == 7) ? 23 : (BASE == 8) ? 22 : (BASE == 9) ? 21 : (BASE == 10) ? 20 : (BASE == 11) ? 19 : (BASE == 12) ? 18 : (BASE == 13) ? 18 : (BASE == 14) ? 17 : (BASE == 15) ? 17 : (BASE == 16) ? 16 : (BASE == 17) ? 16 : (BASE == 18) ? 16 : (BASE == 19) ? 16 : (BASE == 20) ? 15 : (BASE == 21) ? 15 : (BASE == 22) ? 15 : (BASE == 23) ? 15 : (BASE == 24) ? 14 : (BASE == 25) ? 14 : (BASE == 26) ? 14 : (BASE == 27) ? 14 : (BASE == 28) ? 14 : (BASE == 29) ? 14 : (BASE == 30) ? 14 : (BASE == 31) ? 13 : (BASE == 32) ? 13 : (BASE == 33) ? 13 : (BASE == 34) ? 13 : (BASE == 35) ? 13 : (BASE == 36) ? 13 : 20 }

Detailed Description

template<int BASE>
struct bslalg::NumericFormatterUtil::IntMaxLen< false, 8, BASE >

uint64_t

base 2: "11111111111111111111....11111111111111111111"

base 3: "11112220022122120101211020120210210211220"

base 4: "33333333333333333333333333333333"

base 5: "2214220303114400424121122430"

base 6: "3520522010102100444244423"

base 7: "45012021522523134134601"

base 8: "1777777777777777777777"

base 9: "145808576354216723756"

base 10: "18446744073709551615"

base 11: "335500516a429071284"

base 12: "839365134a2a240713"

base 13: "219505a9511a867b72"

base 14: "8681049adb03db171"

base 15: "2c1d56b648c6cd110"

base 16: "ffffffffffffffff"

base 17: "67979g60f5428010"

base 18: "2d3fgb0b9cg4bd2f"

base 19: "141c8786h1ccaagg"

base 20: "b53bjh07be4dj0f"

base 21: "5e8g4ggg7g56dif"

base 22: "2l4lf104353j8kf"

base 23: "1ddh88h2782i515"

base 24: "l12ee5fn0ji1if"

base 25: "c9c336o0mlb7ef"

base 26: "7b7n2pcniokcgf"

base 27: "4eo8hfam6fllmo"

base 28: "2nc6j26l66rhof"

base 29: "1n3rsh11f098rn"

base 30: "14l9lkmo30o40f"

base 31: "nd075ib45k86f"

base 32: "fvvvvvvvvvvvv"

base 33: "b1w8p7j5q9r6f"

base 34: "7orp63sh4dphh"

base 35: "5g24a25twkwff"

base 36: "3w5e11264sgsf"


Member Enumeration Documentation

template<int BASE>
enum bslalg::NumericFormatterUtil::IntMaxLen< false, 8, BASE >::Enum
Enumerator:
k_VALUE 

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