cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
identify variant type within class objec
identify variant type within class object
Nov 27, 2012 at 11:17pm UTC
mar11
(50)
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 UTC
Nov 27, 2012 at 11:20pm UTC
LB
(13399)
Why not use function overloading and/or template specialization?
Topic archived. No new replies allowed.