Example #1
0
 WeakRef::WeakRef(Ref const& ref) noexcept :
     _state(ref.GetState()),
     _id(_state.GetWeakReference(ref))
 {
 }