Searched defs:bit_shr (Results 1 – 1 of 1) sorted by relevance
39 struct bit_shr { // NOLINT(readability-identifier-naming) struct40 constexpr T operator()(const T &x, const T &y) const in operator()