template <typename To>
struct ConversionVisitor
Defined at line 833 of file ../../third_party/abseil-cpp/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 835 of file ../../third_party/abseil-cpp/absl/types/variant.h