Searched refs:is_tupled (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/boost/geometry/algorithms/detail/ |
D | tupled_output.hpp | 152 struct is_tupled struct 161 struct is_tupled<boost::tuple<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9> > struct 166 struct is_tupled<boost::tuples::cons<HT, TT> > struct 171 struct is_tupled<std::pair<F, S> > struct 178 struct is_tupled<std::tuple<Ts...> > struct 188 template <typename Output, bool IsTupled = is_tupled<Output>::value> 201 template <typename T, bool IsTupled = is_tupled<T>::value>
|