Home
last modified time | relevance | path

Searched defs:deduce_impl (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/variant/detail/
Dapply_visitor_unary.hpp96 struct deduce_impl { struct
97 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> { struct
105 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;