Base class for format adapters that wrap a value of type T.
Declared in <llvm/Support/FormatAdapters.h>
template<typename T>
class FormatAdapter;
| Name | Description |
|---|---|
FormatAdapter [constructor] | Construct an adapter that owns Item. |
| Name | Description |
|---|---|
Item | Wrapped value to format. |