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