reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
31 MSVCPError(MSVCPError &&Other) : Error(std::move(Other)) {} 33 MSVCPError &operator=(MSVCPError Other) { 33 MSVCPError &operator=(MSVCPError Other) {usr/include/c++/7.4.0/bits/move.h
98 move(_Tp&& __t) noexcept
usr/include/c++/7.4.0/type_traits 1633 { typedef _Tp type; };