Searched defs:deduce_impl (Results 1 – 1 of 1) sorted by relevance
96 struct deduce_impl { struct97 typedef typename boost::mpl::next<It>::type next_t;98 typedef typename boost::mpl::deref<It>::type value_t;100 : boost::declval< typename deduce_impl<next_t>::type >()) type;104 struct deduce_impl<last_it, Dummy> { struct105 typedef typename boost::mpl::deref<last_it>::type value_t;106 …cltype(boost::declval< Visitor& >()( boost::declval< copy_cv_ref_t< value_t, Variant > >() )) type;