identify variant type within class object

Nov 27, 2012 at 11:17pm
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 Nov 28, 2012 at 12:02pm
Nov 27, 2012 at 11:20pm
Why not use function overloading and/or template specialization?
Topic archived. No new replies allowed.