Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/variant/include/boost/variant/detail/
Dvisitation_impl.hpp86 struct visitation_impl_step struct
88 typedef typename mpl::deref<Iter>::type type;
90 typedef typename mpl::next<Iter>::type next_iter;
93 > next;
97 struct visitation_impl_step< LastIter,LastIter > struct
99 typedef apply_visitor_unrolled type;
100 typedef visitation_impl_step next;