Returns the name of the operator. This is the managed representation of the operator, for example "_&&_".
| 130 | // Returns the name of the operator. This is the managed representation of the |
| 131 | // operator, for example "_&&_". |
| 132 | constexpr absl::string_view name() const { return data_->name; } |
| 133 | |
| 134 | // Returns the source text representation of the operator. This is the |
| 135 | // unmanaged text representation of the operator, for example "&&". |