j
k
j a
j l
Does anyone have a suggestion as to how I can get a value out of a boost::any for which I don't know the specific type stored in it?
Probably, the most safe way is just to change boost::any to boost::variant ?
Back to the thread
Back to the list