Searched refs:TupleTraits (Results 1 – 1 of 1) sorted by relevance
43 struct TupleTraits { struct50 struct TupleTraits<P&> { argument85 explicit Tuple1(typename TupleTraits<A>::ParamType a) : a(a) {}97 Tuple2(typename TupleTraits<A>::ParamType a,98 typename TupleTraits<B>::ParamType b)114 Tuple3(typename TupleTraits<A>::ParamType a,115 typename TupleTraits<B>::ParamType b,116 typename TupleTraits<C>::ParamType c)134 Tuple4(typename TupleTraits<A>::ParamType a,135 typename TupleTraits<B>::ParamType b,[all …]