LLVM 19.0.0git
llvm::orc::shared::SPSOptional< SPSTagT > Class Template Reference

SPS tag type for optionals. More...

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

Detailed Description

template<typename SPSTagT>
class llvm::orc::shared::SPSOptional< SPSTagT >

SPS tag type for optionals.

SPSOptionals should be serialized as a bool with true indicating that an SPSTagT value is present, and false indicating that there is no value. If the boolean is true then the serialized SPSTagT will follow immediately after it.

Definition at line 208 of file SimplePackedSerialization.h.


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