Home
last modified time | relevance | path

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

/third_party/boost/libs/geometry/test/util/
Dtuples.cpp33 struct is_boost_tuple struct
38 struct is_boost_tuple<boost::tuple<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9> > struct
/third_party/boost/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;
/third_party/boost/libs/multi_index/test/
Dtest_composite_key.cpp74 struct is_boost_tuple struct
76 typedef is_boost_tuple_helper helper; argument