LLVM 23.0.0git
llvm::orc::shared::SPSSerializationTraits< SPSExpected< SPSTagT >, detail::SPSSerializableError > Class Template Reference

Serialize to a SPSExpected<SPSTagT> from a detail::SPSSerializableError. More...

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

Inheritance diagram for llvm::orc::shared::SPSSerializationTraits< SPSExpected< SPSTagT >, detail::SPSSerializableError >:
[legend]

Static Public Member Functions

static size_t size (const detail::SPSSerializableError &BSE)
static bool serialize (SPSOutputBuffer &OB, const detail::SPSSerializableError &BSE)

Detailed Description

template<typename SPSTagT>
class llvm::orc::shared::SPSSerializationTraits< SPSExpected< SPSTagT >, detail::SPSSerializableError >

Serialize to a SPSExpected<SPSTagT> from a detail::SPSSerializableError.

Definition at line 721 of file SimplePackedSerialization.h.

Member Function Documentation

◆ serialize()

◆ size()


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