Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/
Dpair.hpp61 struct is_boost_tuple struct
63 static const bool value = false;
71 struct is_boost_tuple< boost::tuples::tuple<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9> > struct
73 static const bool value = true;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/test/
Dtest_composite_key.cpp74 struct is_boost_tuple struct
76 typedef is_boost_tuple_helper helper; argument