struct serialize_numeric_impl

Declaration

template <typename T>
struct serialize_numeric_impl { /* full declaration omitted */ };

Declared at: llvm/include/llvm/DebugInfo/CodeView/RecordSerialization.h:151

Templates

T

Member Variables

public T& Item

Method Overview

Methods

llvm::Error deserialize(
    llvm::BinaryStreamReader& Reader) const

Declared at: llvm/include/llvm/DebugInfo/CodeView/RecordSerialization.h:154

Parameters

llvm::BinaryStreamReader& Reader

serialize_numeric_impl<T>(T& Item)

Declared at: llvm/include/llvm/DebugInfo/CodeView/RecordSerialization.h:152

Parameters

T& Item