|
parcel 0.2.2
Wrappable, wire-transferable C++23 value system with JSON serialization
|
Lambda-overload set helper for parcel::visit.
More...
#include <union.h>
Inherits parcel::Fs.
Lambda-overload set helper for parcel::visit.
Standard CTAD trick that turns a brace-enclosed list of lambdas into one callable whose operator() is overloaded across them. Pair with parcel::visit over a UnionCell to dispatch on the active alternative.