struct Gambit::div_ints_by_half
[No description available] More…
Public Attributes
Name | |
---|---|
const int | value |
Detailed Description
template <int low,
int hi>
struct Gambit::div_ints_by_half;
Public Attributes Documentation
variable value
static const int value = (low + hi) >> 1;
Updated on 2024-07-18 at 13:53:30 +0000