reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
61 SetIter.~SetIterTy(); 70 new (&SetIter) SetIterTy(Other.SetIter); 70 new (&SetIter) SetIterTy(Other.SetIter); 79 new (&SetIter) SetIterTy(std::move(Other.SetIter)); 79 new (&SetIter) SetIterTy(std::move(Other.SetIter)); 86 SetIter.~SetIterTy(); 92 new (&SetIter) SetIterTy(Other.SetIter); 100 SetIter.~SetIterTy(); 106 new (&SetIter) SetIterTy(std::move(Other.SetIter)); 106 new (&SetIter) SetIterTy(std::move(Other.SetIter)); 115 return SetIter == RHS.SetIter; 115 return SetIter == RHS.SetIter; 122 SetIter++; 126 const T &operator*() const { return isSmall ? *VecIter : *SetIter; }