zoo
zoo copied to clipboard
Create a template adaptor equivalent to std::variant, but that allows the user to specify the discriminant.
Create a template adaptor semantically equivalent to std::variant, but in which the discriminant is user-specified instead of a "one size fits all" solution.