class FormatAdapter
Declaration
template <typename T>
class FormatAdapter : public format_adapter { /* full declaration omitted */ };
Declared at: llvm/include/llvm/Support/FormatAdapters.h:20
Inherits from: format_adapter
Templates
- T
Member Variables
- protected T Item
Method Overview
- protected FormatAdapter<T>(T && Item)
Inherited from format_adapter:
Methods
ΒΆFormatAdapter<T>(T&& Item)
FormatAdapter<T>(T&& Item)
Declared at: llvm/include/llvm/Support/FormatAdapters.h:22
Parameters
- T&& Item