Searched defs:two_variables_holder (Results 1 – 1 of 1) sorted by relevance
36 struct two_variables_holder { struct38 VisitorT& visitor_;39 Visitable1T& visitable1_;40 Visitable2T& visitable2_;47 typedef BOOST_DEDUCED_TYPENAME VisitorT::result_type result_type;49 …explicit two_variables_holder(VisitorT& visitor, Visitable1T& visitable1, Visitable2T& visitable2)… in two_variables_holder() function