Example #1
0
 void operator()(T const& t) const
 {
     using boost::visit_each;
     visit_each(visitor, t);
 }