struct Gambit::div_ints_by_half

[No description available] More…

Public Attributes

Name
const intvalue

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 2023-06-26 at 21:36:50 +0000