MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / SetMax

Method SetMax

extern/ttmath/ttmathint.h:71–75  ·  view source on GitHub ↗

! this method sets the max value which this class can hold (all bits will be one besides the last one) */

Source from the content-addressed store, hash-verified

69 (all bits will be one besides the last one)
70 */
71 void SetMax()
72 {
73 UInt<value_size>::SetMax();
74 UInt<value_size>::table[value_size-1] = ~ TTMATH_UINT_HIGHEST_BIT;
75 }
76
77
78 /*!

Callers 2

FromStringBaseMethod · 0.45
CInt128Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected