template <typename To>

struct ConversionVisitor

Defined at line 50 of file ../../third_party/abseil-cpp/src/absl/types/variant.h

Helper visitor for converting a variant

<Ts

...>` into another type (mostly

variant) that can be constructed from any type.

Public Methods

template <typename T>
To operator() (T && v)

Defined at line 52 of file ../../third_party/abseil-cpp/src/absl/types/variant.h