Searched defs:StorageImpl (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/llvm/include/llvm/ADT/
H A DAny.h44 template <typename T> struct StorageImpl : public StorageBase { struct in class:llvm::Any
45 explicit StorageImpl(const T &Value) : Value(Value) {} function in struct:llvm::Any::StorageImpl
47 explicit StorageImpl(T &&Value) : Value(std::move(Value)) {} function in struct:llvm::Any::StorageImpl
[all...]

Completed in 156 milliseconds