reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
50 MSVCPExpected(MSVCPExpected &&Other) : Expected<T>(std::move(Other)) {} 52 MSVCPExpected &operator=(MSVCPExpected &&Other) { 52 MSVCPExpected &operator=(MSVCPExpected &&Other) {