struct Any::StorageImpl
Declaration
template <typename T>
struct Any::StorageImpl : public StorageBase { /* full declaration omitted */ };
Declared at: llvm/include/llvm/ADT/Any.h:35
Inherits from: Any::StorageBase
Templates
- T
Member Variables
- public T Value
Method Overview
- public StorageImpl<T>(const T & Value)
- public StorageImpl<T>(T && Value)
- public int clone() const
- public const void * id() const
Inherited from Any::StorageBase:
Methods
¶StorageImpl<T>(const T& Value)
StorageImpl<T>(const T& Value)
Declared at: llvm/include/llvm/ADT/Any.h:36
Parameters
- const T& Value
¶StorageImpl<T>(T&& Value)
StorageImpl<T>(T&& Value)
Declared at: llvm/include/llvm/ADT/Any.h:38
Parameters
- T&& Value
¶int clone() const
int clone() const
Declared at: llvm/include/llvm/ADT/Any.h:40
¶const void* id() const
const void* id() const
Declared at: llvm/include/llvm/ADT/Any.h:44