LLVM 22.0.0git
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

◆ HasValue

◆ Value


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