reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
73 SmallSetIterator(SmallSetIterator &&Other) : isSmall(Other.isSmall) { 75 VecIter = std::move(Other.VecIter); 79 new (&SetIter) SetIterTy(std::move(Other.SetIter));