class SPSTuple
Declaration
template <typename... SPSTagTs>
class SPSTuple { /* full declaration omitted */ };
Description
SPS tag type for tuples. A blob tuple should be serialized by serializing each of the elements in sequence.
Declared at: llvm/include/llvm/ExecutionEngine/Orc/Shared/SimplePackedSerialization.h:195
Templates
- SPSTagTs