Searched defs:is_boost_tuple (Results 1 – 2 of 2) sorted by relevance
61 struct is_boost_tuple struct63 static const bool value = false;71 struct is_boost_tuple< boost::tuples::tuple<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9> > struct73 static const bool value = true;
74 struct is_boost_tuple struct76 typedef is_boost_tuple_helper helper; argument