LLVM 20.0.0git
|
Specialize this to implement 'trivial' sequence serialization for a concrete sequence type. More...
#include "llvm/ExecutionEngine/Orc/Shared/SimplePackedSerialization.h"
Static Public Attributes | |
static constexpr bool | available = false |
Specialize this to implement 'trivial' sequence serialization for a concrete sequence type.
Trivial sequence serialization uses the sequence's 'size' member to get the length of the sequence, and uses a range-based for loop to iterate over the elements.
Specializing this template class means that you do not need to provide a specialization of SPSSerializationTraits for your type.
Definition at line 245 of file SimplePackedSerialization.h.
|
staticconstexpr |
Definition at line 247 of file SimplePackedSerialization.h.