MCPcopy Create free account
hub / github.com/antvis/F2Native / operator=

Method operator=

core/android/JavaRef.h:96–96  ·  view source on GitHub ↗

Overloaded assignment operator defined for consistency with the implicit copy constructor.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

ResetMethod · 0.95

Tested by

no test coverage detected