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

Inherited from Any::StorageBase:

Methods

StorageImpl<T>(const T& Value)

Declared at: llvm/include/llvm/ADT/Any.h:36

Parameters

const T& Value

StorageImpl<T>(T&& Value)

Declared at: llvm/include/llvm/ADT/Any.h:38

Parameters

T&& Value

int clone() const

Declared at: llvm/include/llvm/ADT/Any.h:40

const void* id() const

Declared at: llvm/include/llvm/ADT/Any.h:44