LLVM 19.0.0git
Public Attributes | List of all members
llvm::orc::shared::detail::SPSSerializableExpected< T > Struct Template Reference

Helper type for serializing Expected<T>s. More...

#include "llvm/ExecutionEngine/Orc/Shared/SimplePackedSerialization.h"

Public Attributes

bool HasValue = false
 
T Value {}
 
std::string ErrMsg
 

Detailed Description

template<typename T>
struct llvm::orc::shared::detail::SPSSerializableExpected< T >

Helper type for serializing Expected<T>s.

See SPSSerializableError for more details.

Definition at line 612 of file SimplePackedSerialization.h.

Member Data Documentation

◆ ErrMsg

template<typename T >
std::string llvm::orc::shared::detail::SPSSerializableExpected< T >::ErrMsg

◆ HasValue

template<typename T >
bool llvm::orc::shared::detail::SPSSerializableExpected< T >::HasValue = false

◆ Value

template<typename T >
T llvm::orc::shared::detail::SPSSerializableExpected< T >::Value {}

The documentation for this struct was generated from the following file: