I have the following variant:
typedef boost::variant TypeVariant;
And I want to create a visitor to convert a i
i