test method

bool test(
  1. int s
)

Implementation

bool test(int s) {
  return (rawValue & s) != 0;
}