LLVM 19.0.0git
Public Types | List of all members
llvm::orc::shared::SPSTuple< SPSTagTs > Class Template Reference

SPS tag type for tuples. More...

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

Public Types

typedef SPSArgList< SPSTagTs... > AsArgList
 Convenience typedef of the corresponding arg list.
 

Detailed Description

template<typename... SPSTagTs>
class llvm::orc::shared::SPSTuple< SPSTagTs >

SPS tag type for tuples.

A blob tuple should be serialized by serializing each of the elements in sequence.

Definition at line 196 of file SimplePackedSerialization.h.

Member Typedef Documentation

◆ AsArgList

template<typename... SPSTagTs>
typedef SPSArgList<SPSTagTs...> llvm::orc::shared::SPSTuple< SPSTagTs >::AsArgList

Convenience typedef of the corresponding arg list.

Definition at line 199 of file SimplePackedSerialization.h.


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