Home
last modified time | relevance | path

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

/third_party/boost/boost/variant/detail/
Dapply_visitor_unary.hpp88 struct result_multideduce1 { struct
89 typedef typename remove_reference<Variant>::type::types types;
90 typedef typename boost::mpl::begin<types>::type begin_it;
93 >::type last_it;
96 struct deduce_impl {
104 struct deduce_impl<last_it, Dummy> {
109 typedef typename deduce_impl<begin_it>::type type;