Overloaded assignment operator defined for consistency with the implicit copy constructor.
| 94 | // Overloaded assignment operator defined for consistency with the implicit |
| 95 | // copy constructor. |
| 96 | void operator=(const ScopedJavaLocalRef<T> &other) { this->Reset(other); } |
| 97 | |
| 98 | void Reset() { this->ResetLocalRef(env_); } |
| 99 |