Searched defs:is_boost_tuple (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/libs/geometry/test/util/ |
D | tuples.cpp | 33 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/ |
D | pair.hpp | 61 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/ |
D | test_composite_key.cpp | 74 struct is_boost_tuple struct 76 typedef is_boost_tuple_helper helper; argument
|