struct BinaryItemTraits

Declaration

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

Declared at: llvm/include/llvm/Support/BinaryItemStream.h:21

Templates

T

Method Overview

  • public static ArrayRef<uint8_t> bytes(const T & Item)
  • public static size_t length(const T & Item)

Methods

static ArrayRef<uint8_t> bytes(const T& Item)

Declared at: llvm/include/llvm/Support/BinaryItemStream.h:23

Parameters

const T& Item

static size_t length(const T& Item)

Declared at: llvm/include/llvm/Support/BinaryItemStream.h:22

Parameters

const T& Item