| 126 | Operator& operator=(Operator&&) = default; |
| 127 | |
| 128 | constexpr OperatorId id() const { return data_->id; } |
| 129 | |
| 130 | // Returns the name of the operator. This is the managed representation of the |
| 131 | // operator, for example "_&&_". |
no outgoing calls