operator | method

SuggestType operator |(
  1. SuggestType other
)

Implementation

SuggestType operator |(SuggestType other) {
  return SuggestType(value | other.value);
}