My code is look like:
enum a { b=0, b1=1 } ;
class enumaration { };
enumaration<a> cc
enum a1 { bb=0,bb1=1};
enumaration cc1 and so on , similar to like this
boost::variant<cc, cc1,....> object;
vector<object> oo_list;
struct lsr{
oo_list _oo
}
this is my generalized example so please can any one provide solution that
how to access or assign the value of a=0, or a1=1, or b=0 to structure variable _oo
best regards babu