operator << method

RequestType operator <<(
  1. int bit
)

Implementation

RequestType operator <<(int bit) {
  return RequestType(value << bit);
}