Dispatches a visitor to a pointer whose type is selected at runtime.
Declared in <folly/detail/DiscriminatedPtrDetail.h>
template<typename... Types>
struct ApplyVisitor;
| Name | Description |
|---|---|
operator() | Applies the visitor to the pointer using the runtime type index. |
| Name | Description |
|---|---|
one | Applies the visitor to the pointer cast to T*. |