identify variant type within class object

I am confusing the following problem by identifying the a specific type within boost::variant and pass it as member function argument within a class object. Consider the following code



Last edited on
Why not use function overloading and/or template specialization?
Topic archived. No new replies allowed.