LLVM: llvm::BinaryItemTraits< T > Struct Template Reference (original) (raw)
#include "[llvm/Support/BinaryItemStream.h](BinaryItemStream%5F8h%5Fsource.html)"
Inheritance diagram for llvm::BinaryItemTraits< T >:
[legend]
| Static Public Member Functions | |
|---|---|
| static size_t | length (const T &Item)=delete |
| static ArrayRef< uint8_t > | bytes (const T &Item)=delete |
Detailed Description
template<typename T>
struct llvm::BinaryItemTraits< T >
Definition at line 21 of file BinaryItemStream.h.
Member Function Documentation
◆ bytes()
template<typename T>
| ArrayRef< uint8_t > llvm::BinaryItemTraits< T >::bytes ( const T & Item) | staticdelete |
|---|
References T.
◆ length()
template<typename T>
| size_t llvm::BinaryItemTraits< T >::length ( const T & Item) | staticdelete |
|---|
References T.
The documentation for this struct was generated from the following files:
- include/llvm/DebugInfo/PDB/Native/GSIStreamBuilder.h
- include/llvm/Support/BinaryItemStream.h