libstdc++
GNU C++ library
Loading...
Searching...
No Matches

◆ rope< _CharT, _Alloc >::_S_min_len

template<class _CharT, class _Alloc>
const unsigned long __gnu_cxx::rope< _CharT, _Alloc >::_S_min_len[int(__detail::_S_max_rope_depth)+1]
Initial value:
= {
1, 2, 3, 5, 8, 13, 21,
34, 55, 89, 144, 233, 377,
610, 987, 1597, 2584, 4181,
6765, 10946, 17711, 28657, 46368,
75025, 121393, 196418, 317811,
514229, 832040, 1346269, 2178309,
3524578, 5702887, 9227465, 14930352,
24157817, 39088169, 63245986, 102334155,
165580141, 267914296, 433494437,
701408733, 1134903170, 1836311903,
2971215073u }

Definition at line 1187 of file ropeimpl.h.

1188 {
1189 /* 0 */1, /* 1 */2, /* 2 */3, /* 3 */5, /* 4 */8, /* 5 */13, /* 6 */21,
1190 /* 7 */34, /* 8 */55, /* 9 */89, /* 10 */144, /* 11 */233, /* 12 */377,
1191 /* 13 */610, /* 14 */987, /* 15 */1597, /* 16 */2584, /* 17 */4181,
1192 /* 18 */6765, /* 19 */10946, /* 20 */17711, /* 21 */28657, /* 22 */46368,
1193 /* 23 */75025, /* 24 */121393, /* 25 */196418, /* 26 */317811,
1194 /* 27 */514229, /* 28 */832040, /* 29 */1346269, /* 30 */2178309,
1195 /* 31 */3524578, /* 32 */5702887, /* 33 */9227465, /* 34 */14930352,
1196 /* 35 */24157817, /* 36 */39088169, /* 37 */63245986, /* 38 */102334155,
1197 /* 39 */165580141, /* 40 */267914296, /* 41 */433494437,
1198 /* 42 */701408733, /* 43 */1134903170, /* 44 */1836311903,
1199 /* 45 */2971215073u };