LLVM 19.0.0git
llvm::MSVCPExpected< T > Member List

This is the complete list of members for llvm::MSVCPExpected< T >, including all inherited members.

errorIsA() constllvm::Expected< T >inline
ErrorStoragellvm::Expected< T >
Expected(Error Err)llvm::Expected< T >inline
Expected(ErrorSuccess)=deletellvm::Expected< T >
Expected(OtherT &&Val, std::enable_if_t< std::is_convertible_v< OtherT, T > > *=nullptr)llvm::Expected< T >inline
Expected(Expected &&Other)llvm::Expected< T >inline
Expected(Expected< OtherT > &&Other, std::enable_if_t< std::is_convertible_v< OtherT, T > > *=nullptr)llvm::Expected< T >inline
Expected(Expected< OtherT > &&Other, std::enable_if_t<!std::is_convertible_v< OtherT, T > > *=nullptr)llvm::Expected< T >inlineexplicit
get()llvm::Expected< T >inline
get() constllvm::Expected< T >inline
moveInto(OtherT &Value, std::enable_if_t< std::is_assignable_v< OtherT &, T && > > *=nullptr) &&llvm::Expected< T >inline
MSVCPExpected()llvm::MSVCPExpected< T >inline
MSVCPExpected(MSVCPExpected &&Other)llvm::MSVCPExpected< T >inline
MSVCPExpected(Error Err)llvm::MSVCPExpected< T >inline
MSVCPExpected(OtherT &&Val, std::enable_if_t< std::is_convertible< OtherT, T >::value > *=nullptr)llvm::MSVCPExpected< T >inline
MSVCPExpected(Expected< OtherT > &&Other, std::enable_if_t< std::is_convertible< OtherT, T >::value > *=nullptr)llvm::MSVCPExpected< T >inline
MSVCPExpected(Expected< OtherT > &&Other, std::enable_if_t<!std::is_convertible< OtherT, T >::value > *=nullptr)llvm::MSVCPExpected< T >inlineexplicit
operator bool()llvm::Expected< T >inlineexplicit
operator*()llvm::Expected< T >inline
operator*() constllvm::Expected< T >inline
operator->()llvm::Expected< T >inline
operator->() constllvm::Expected< T >inline
operator=(MSVCPExpected &&Other)llvm::MSVCPExpected< T >inline
llvm::Expected::operator=(Expected &&Other)llvm::Expected< T >inline
storage_type typedefllvm::Expected< T >
takeError()llvm::Expected< T >inline
TStoragellvm::Expected< T >
value_type typedefllvm::Expected< T >
~Expected()llvm::Expected< T >inline