reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
257 : GetAddress(std::move(Other.GetAddress)), Flags(std::move(Other.Flags)) { 257 : GetAddress(std::move(Other.GetAddress)), Flags(std::move(Other.Flags)) { 259 Err = std::move(Other.Err); 261 CachedAddr = std::move(Other.CachedAddr);