reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
100 return static_cast<E>(~Underlying(Val) & Mask<E>()); 106 return static_cast<E>(Underlying(LHS) | Underlying(RHS)); 106 return static_cast<E>(Underlying(LHS) | Underlying(RHS)); 112 return static_cast<E>(Underlying(LHS) & Underlying(RHS)); 112 return static_cast<E>(Underlying(LHS) & Underlying(RHS)); 118 return static_cast<E>(Underlying(LHS) ^ Underlying(RHS)); 118 return static_cast<E>(Underlying(LHS) ^ Underlying(RHS));