Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/variant/include/boost/variant/detail/
Dmultivisitors_preprocessor_based.hpp36 struct two_variables_holder { struct
38 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