Traits describing how to obtain the size and bytes of a stream item.
Declared in <llvm/Support/BinaryItemStream.h>
template<typename T>
struct BinaryItemTraits;
| Name | Description |
|---|---|
bytes [deleted] | Return the bytes that make up Item. |
length [deleted] | Return the length in bytes of Item. |
| Name | Description |
|---|---|
BinaryItemTraits<codeview::CVSymbol> | BinaryItemTraits specialization for CodeView symbol records. |
BinaryItemTraits<codeview::CVType> | Traits for treating CodeView type records as binary stream items. |