j
k
j a
j l
Chris Hamilton wrote:
v = boost::reference_wrapper<foo>(f);
You can also write that as v = boost::ref(f); by the way.
printf("%d\n", & (boost::get<boost::reference_wrapper<foo>
Back to the thread
Back to the list